Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit 3c5b176

Browse files
raprasadmikephelan
andauthored
Updated .toml for initial crates + links to crates (#228)
* corrected keyword syntax * fixing keywords syntax, again * links to the crates Co-authored-by: Michael Phelan <[email protected]>
1 parent b1ec509 commit 3c5b176

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@ At some point the projects have compiled cross-platform (more testing needed). T
8888

8989
### Binaries
9090

91-
- (forthcoming PyPi binaries)
91+
#### PyPi packages
92+
- (forthcoming)
93+
94+
#### Crates.io
95+
96+
The Rust Validator and Runtime are available as crates:
97+
- Validator: [whitenoise_validator](https://crates.io/crates/whitenoise_validator) on crates.io
98+
- Runtime: [whitenoise_runtime](https://crates.io/crates/whitenoise_runtime) on crates.io
9299

93100
### From Source
94101

runtime-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Shoeboxam <[email protected]>"]
55
description = "A library of algorithms for differentially private data analysis."
66
readme = "README.md"
7-
keywords = ["differential privacy", "data privacy"]
7+
keywords = ["differential-privacy", "data-privacy", "privacy"]
88
categories = ["cryptography", "science"] # up to 5 allowed, must match those listed at https://crates.io/category_slugs
99
repository = "https://github.com/opendifferentialprivacy/whitenoise-core"
1010
edition = "2018"

validator-rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
authors = ["Shoeboxam <[email protected]>"]
55
description = "A library for validating whether or not an analysis is differentially private."
66
readme = "README.md"
7-
keywords = ["differential privacy", "data privacy"]
7+
keywords = ["differential-privacy", "data-privacy", "privacy"]
88
categories = ["cryptography", "science"] # up to 5 allowed, must match those listed at https://crates.io/category_slugs
99
repository = "https://github.com/opendifferentialprivacy/whitenoise-core"
1010
build="build/main.rs"

0 commit comments

Comments
 (0)