Browse Source

Add updated Cargo.toml

onyinyang 4 weeks ago
parent
commit
18ae1140d3
1 changed files with 9 additions and 1 deletions
  1. 9 1
      Cargo.toml

+ 9 - 1
Cargo.toml

@@ -1,7 +1,14 @@
 [package]
 name = "lox-extensions"
 version = "0.1.0"
+authors =  ["Ian Goldberg <iang@uwaterloo.ca>, Lindsey Tulloch <onyinyang@torproject.org>"]
 edition = "2021"
+license = "MIT"
+respository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/creates/lox-extensions"
+description = "A reputation-based bridge distribution system that provides privacy protection to users and their social graph while remaining open to all users."
+keywords = ["tor", "anti-censorship", "bridges", "reputation", "anonymity"]
+categories = ["cryptography"]
+readme = "README.md"
 
 [dependencies]
 aes-gcm = { version = "0.10", features = ["aes"] }
@@ -15,13 +22,14 @@ serde_with = { version = "3.0.0", features = ["json"] }
 sha1 = "0.10"
 sha2 = "0.10.9"
 subtle = "2.5"
-time = "0.3.36"
 cmz = "0.1.0"
 group = "0.13"
 ff = "0.13.1"
 bincode = "1"
 thiserror = "2.0.12"
+time = "0.3.36"
 serde_bytes = "0.11.17"
 
 [features]
 bridgeauth = ["chrono"]
+test = []