radn-rs/Cargo.toml
timofey ed0ca307b9
All checks were successful
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
macro deps in workspace
2023-08-31 21:32:09 +00:00

27 lines
392 B
TOML

[package]
name = "radn"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
[workspace]
members = ["radn-derive"]
[workspace.dependencies]
futures = "0.3.26"
hex = "0.4.3"
sha2 = "0.10.6"
rand = "0.8.5"
quote = "1"
syn = "2"
[dependencies]
futures.workspace = true
hex.workspace = true
radn-derive.path = "radn-derive"
[dev-dependencies]
sha2.workspace = true
rand.workspace = true