This commit is contained in:
2023-08-29 21:34:00 +02:00
parent a7038c5e2b
commit 0f6466d37c
5 changed files with 1713 additions and 0 deletions

11
rust/test/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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" }