Kodi Craft
06aa6a1f71
All checks were successful
Build library & run tests / build (push) Successful in 42s
24 lines
500 B
TOML
24 lines
500 B
TOML
[package]
|
|
name = "eagle"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
publish = ["gitea"]
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.85"
|
|
quote = "1.0.36"
|
|
rand = "0.8.5"
|
|
ron = "0.8.1"
|
|
serde = { version = "1.0.203", features = ["serde_derive"] }
|
|
syn = "2.0.66"
|
|
# TODO: rt and macros should be removed unless we do tests
|
|
tokio = { version = "1.38.0", features = ["sync", "rt-multi-thread", "macros", "time", "io-util", "net"] }
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[[test]]
|
|
name = "tests"
|
|
path = "tests/mod.rs"
|