lox-simulation/Cargo.toml

24 lines
884 B
TOML
Raw Normal View History

[package]
name = "lox-simulation"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
array-bytes = "6.2.0"
bincode = "1"
clap = { version = "4.4.14", features = ["derive"] }
curve25519-dalek = { version = "4", default-features = false }
hyper = { version = "0.14.28", features = ["full"] }
lox_cli = { git = "https://git-crysp.uwaterloo.ca/vvecna/lox_cli.git", version = "0.1" }
lox-library = { git = "https://gitlab.torproject.org/vecna/lox.git", version = "0.1.0" }
memory-stats = "1.0.0"
rand = "0.8"
serde = "1.0.197"
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
troll-patrol = { git = "https://git-crysp.uwaterloo.ca/vvecna/troll-patrol.git", version = "0.1.0", features = ["simulation"] }
x25519-dalek = { version = "2", features = ["serde"] }