Update lox-library Cargo.toml for workspace
This commit is contained in:
parent
43e9a04320
commit
02306582de
|
@ -3,6 +3,10 @@ name = "lox"
|
|||
version = "0.1.0"
|
||||
authors = ["Ian Goldberg <iang@uwaterloo.ca>"]
|
||||
edition = "2018"
|
||||
rust-version = "1.65.0"
|
||||
homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox-project/~/wikis/home"
|
||||
description = "Main Lox library with protocols and functions that that make up Lox"
|
||||
keywords = ["tor", "lox", "bridges"]
|
||||
|
||||
[dependencies]
|
||||
curve25519-dalek = { package = "curve25519-dalek-ng", version = "3", default-features = false, features = ["serde", "std"] }
|
||||
|
@ -13,7 +17,7 @@ bincode = "1"
|
|||
chrono = "0.4"
|
||||
rand = "0.7"
|
||||
serde = "1"
|
||||
serde_with = "1.9.1"
|
||||
serde_with = "3.0.0"
|
||||
sha2 = "0.9"
|
||||
statistical = "1.0.0"
|
||||
lazy_static = "1"
|
||||
|
|
Loading…
Reference in New Issue