Update Cargo.toml description/licenses/repo

This commit is contained in:
Sarah Jamie Lewis 2021-05-18 15:21:43 -07:00
parent 89fbfb91d4
commit 0ef3f52893
4 changed files with 15 additions and 3 deletions

View File

@ -1,5 +1,8 @@
[package]
name = "niwl-client"
description = "client implementation for a prototype system for open, decentralized, metadata resistant communication using fuzzytags and random ejection mixers"
license = "MIT"
repository = "https://git.openprivacy.ca/openprivacy/niwl"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
@ -7,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
niwl = {path="../niwl"}
niwl = {version="0.1.0", path="../niwl"}
fuzzytags = "0.4.2"
clap = "3.0.0-beta.2"
serde = {version="1.0.123", features=["derive"]}

View File

@ -1,12 +1,15 @@
[package]
name = "niwl-rem"
description = "random ejection mixer implementation for a prototype system for open, decentralized, metadata resistant communication using fuzzytags and random ejection mixers"
license = "MIT"
repository = "https://git.openprivacy.ca/openprivacy/niwl"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
niwl = {path="../niwl"}
niwl = {version="0.1.0", path="../niwl"}
fuzzytags = "0.4.2"
clap = "3.0.0-beta.2"
serde = {version="1.0.123", features=["derive"]}

View File

@ -1,5 +1,8 @@
[package]
name = "niwl-server"
description = "server implementation for a prototype system for open, decentralized, metadata resistant communication using fuzzytags and random ejection mixers"
license = "MIT"
repository = "https://git.openprivacy.ca/openprivacy/niwl"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
@ -7,7 +10,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
niwl = {path="../niwl"}
niwl = {version="0.1.0", path="../niwl"}
fuzzytags = "0.4.2"
rocket = "0.4.6"
rocket_contrib = {version="0.4.6", features=["sqlite_pool"]}

View File

@ -1,5 +1,8 @@
[package]
name = "niwl"
description = "core library for a prototype system for open, decentralized, metadata resistant communication using fuzzytags and random ejection mixers"
license = "MIT"
repository = "https://git.openprivacy.ca/openprivacy/niwl"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"