radn-rs/Cargo.toml
timofey cd222a643a
All checks were successful
buildbot/cargo fmt (1.71) Build done.
buildbot/cargo doc (1.71) Build done.
buildbot/cargo clippy (1.71) Build done.
buildbot/cargo test (1.65) Build done.
buildbot/cargo clippy (1.65) Build done.
remove -rs/_rs
2023-08-20 23:22:32 +00:00

23 lines
365 B
TOML

[package]
name = "radn"
version = "0.1.0"
edition = "2021"
rust-version = "1.65"
[workspace]
members = [
"radn-derive",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3.26"
hex = "0.4.3"
radn-derive = { path = "radn-derive" }
[dev-dependencies]
sha2 = "0.10.6"
rand = "0.8.5"