lox/crates/lox-distributor/Cargo.toml

18 lines
420 B
TOML

[package]
name = "lox-server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.13"
hyper = "0.13"
hex_fmt = "0.3"
tokio = { version = "0.2", features = ["macros", "signal"] }
rand = "0.7"
serde = "1"
serde_with = "1.9.1"
serde_json = "1.0.87"
lox = { git = "https://gitlab.torproject.org/onyinyang/lox.git"}