Files
packager/rust/test/Cargo.toml

12 lines
295 B
TOML
Raw Normal View History

2023-08-29 21:34:00 +02:00
[package]
name = "packager-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thirtyfour = { version = "0.31" }
tokio = { version = "1.28.1", features = ["full"] }
rand = { version = "0.8" }