From ea37984da6bc64038ef2c275f9455ad10b7e2ba1 Mon Sep 17 00:00:00 2001 From: onyinyang Date: Mon, 6 Nov 2023 12:22:30 -0500 Subject: [PATCH] Update Cargo.toml for each crate for crates.io --- crates/lox-distributor/Cargo.toml | 10 +++++++--- crates/lox-library/Cargo.toml | 11 ++++++++--- crates/lox-wasm/Cargo.toml | 7 ++++++- crates/rdsys-backend-api/Cargo.toml | 8 +++++++- 4 files changed, 28 insertions(+), 8 deletions(-) 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