From 02306582de247cc730451e79df1dda6e77e3107c Mon Sep 17 00:00:00 2001 From: onyinyang Date: Mon, 5 Jun 2023 14:39:10 -0400 Subject: [PATCH] Update lox-library Cargo.toml for workspace --- crates/lox-library/Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"