radn-rs/Cargo.toml
timofey 2bc0b23d5d
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 clippy (1.72) Build done.
buildbot/cargo doc (1.72) Build done.
[workspace.dependencies]
2023-08-31 21:30:23 +00:00

25 lines
370 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"
[dependencies]
futures.workspace = true
hex.workspace = true
radn-derive.path = "radn-derive"
[dev-dependencies]
sha2.workspace = true
rand.workspace = true