diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index 6a1e955..a6f2c61 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -4,9 +4,13 @@ version = "0.1.0" authors = ["The Tor Project, Inc.", "Lindsey Tulloch "] edition = "2021" rust-version = "1.65.0" -homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox-project/~/wikis/home" -description = "Tool for receving resources from rdsys and distributing them to users" -keywords = ["tor", "lox", "bridges"] +license = "MIT" +homepage = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/wikis/home" +description = "Tool for receving Tor bridges from rdsys and distributing them to users" +keywords = ["tor", "lox", "bridges","censorship-resistance"] +categories = ["web-programming::http-server"] +repository = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/tree/main/crates/lox-distributor" +readme = "https://gitlab.torproject.org/tpo/anti-censorship/lox/-/blob/main/crates/lox-distributor/README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/lox-library/Cargo.toml b/crates/lox-library/Cargo.toml index 647f32c..ee9e72a 100644 --- a/crates/lox-library/Cargo.toml +++ b/crates/lox-library/Cargo.toml @@ -1,12 +1,17 @@ [package] name = "lox-library" version = "0.1.0" -authors = ["Ian Goldberg "] +authors = ["Ian Goldberg , Lindsey Tulloch "] +authors = ["Cecylia Bocovich , Lindsey Tulloch "] +authors = ["Cecylia Bocovich , Lindsey Tulloch