Browse Source

update crate metadata

Lennart Braun 1 year ago
parent
commit
416af9965c
5 changed files with 28 additions and 1 deletions
  1. 8 1
      Cargo.toml
  2. 5 0
      communicator/Cargo.toml
  3. 5 0
      dpf/Cargo.toml
  4. 5 0
      oram/Cargo.toml
  5. 5 0
      utils/Cargo.toml

+ 8 - 1
Cargo.toml

@@ -1,5 +1,4 @@
 [workspace]
-
 members = [
     "communicator",
     "dpf",
@@ -7,6 +6,14 @@ members = [
     "utils",
 ]
 
+[workspace.package]
+version = "0.1.0"
+authors = ["Lennart Braun"]
+description = "Implementation of the Ramen three-party distributed oblivious RAM protocol"
+license = "MIT"
+readme = "README"
+repository = "https://github.com/AarhusCrypto/Ramen/"
+
 [profile.bench]
 debug = 2
 

+ 5 - 0
communicator/Cargo.toml

@@ -2,6 +2,11 @@
 name = "communicator"
 version = "0.1.0"
 edition = "2021"
+description = "simple multi-party communication layer"
+authors.workspace = true
+license.workspace = true
+readme.workspace = true
+repository.workspace = true
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 5 - 0
dpf/Cargo.toml

@@ -2,6 +2,11 @@
 name = "dpf"
 version = "0.1.0"
 edition = "2021"
+description = "single- and multi-point distributed point functions"
+authors.workspace = true
+license.workspace = true
+readme.workspace = true
+repository.workspace = true
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 5 - 0
oram/Cargo.toml

@@ -2,6 +2,11 @@
 name = "oram"
 version = "0.1.0"
 edition = "2021"
+authors.workspace = true
+description.workspace = true
+license.workspace = true
+readme.workspace = true
+repository.workspace = true
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

+ 5 - 0
utils/Cargo.toml

@@ -2,6 +2,11 @@
 name = "utils"
 version = "0.1.0"
 edition = "2021"
+description = "utils for the Ramen project"
+authors.workspace = true
+license.workspace = true
+readme.workspace = true
+repository.workspace = true
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html