bitque/crates/derive_utils/Cargo.toml

17 lines
382 B
TOML
Raw Normal View History

[package]
name = "derive_utils"
version = "0.1.0"
authors = ["Adrian Wozniak <adrian.wozniak@ita-prog.pl>"]
edition = "2018"
2023-04-04 17:14:31 +02:00
description = "BITQUE (Simplified JIRA in Rust) shared data types"
2023-03-31 23:25:20 +02:00
repository = "https://gitlab.com/adrian.wozniak/bitque"
license = "MPL-2.0"
#license-file = "../LICENSE"
[lib]
name = "derive_utils"
path = "./src/lib.rs"
proc-macro = true
[dependencies]