f4dd9a915d
* Add Apache 2.0 to bunch of common crates * Allow some basic licenses * Add more licenses
13 lines
189 B
TOML
13 lines
189 B
TOML
[package]
|
|
name = "nym-execute"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license.workspace = true
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
syn = { version = "1", features = ["full"] }
|
|
quote = "1"
|