diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 94702a7..54b64eb 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -3,6 +3,10 @@ name = "lox" version = "0.1.0" authors = ["Ian Goldberg "] 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"