18 lines
397 B
TOML
18 lines
397 B
TOML
|
[package]
|
||
|
name = "database-actor-derive"
|
||
|
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 = "database_actor_derive"
|
||
|
path = "./src/lib.rs"
|
||
|
proc-macro = true
|
||
|
|
||
|
[dependencies]
|
||
|
|