bitque/derive/derive_enum_primitive/Cargo.toml

17 lines
396 B
TOML
Raw Normal View History

[package]
name = "derive_enum_primitive"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
description = "JIRS (Simplified JIRA in Rust) shared data types"
repository = "https://gitlab.com/adrian.wozniak/jirs"
license = "MPL-2.0"
#license-file = "../LICENSE"
[lib]
name = "derive_enum_primitive"
path = "./src/lib.rs"
proc-macro = true
[dependencies]