Skip to content

Commit

Permalink
Merge pull-request #415
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 30, 2023
2 parents 9566629 + 691f9c1 commit feae4f4
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/eif_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "eif_build"
version = "0.1.0"
publish = false

[dependencies]
sha2 = "0.9.5"
Expand Down
1 change: 1 addition & 0 deletions src/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "init"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
libc = "0.2.148"
Expand Down
1 change: 1 addition & 0 deletions src/qos_aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_aws"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions src/qos_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_client"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
qos_core = { path = "../qos_core", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions src/qos_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_core"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
qos_crypto = { path = "../qos_crypto" }
Expand Down
1 change: 1 addition & 0 deletions src/qos_crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_crypto"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions src/qos_enclave/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "1.2.0"
authors = [""]
edition = "2018"
rust-version = "1.61"
publish = false

[dependencies]
nitro-cli = { git = "https://github.com/aws/aws-nitro-enclaves-cli", version = "1.2.2" }
Expand Down
1 change: 1 addition & 0 deletions src/qos_hex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_hex"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
serde = {version = "1", optional = true, default-features = false }
Expand Down
1 change: 1 addition & 0 deletions src/qos_host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_host"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
qos_core = { path = "../qos_core", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions src/qos_nsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_nsm"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
qos_hex = { path = "../qos_hex" }
Expand Down
1 change: 1 addition & 0 deletions src/qos_p256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_p256"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
qos_hex = { path = "../qos_hex" }
Expand Down
1 change: 1 addition & 0 deletions src/qos_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_system"
version = "0.1.0"
edition = "2021"
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
1 change: 1 addition & 0 deletions src/qos_test_primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "qos_test_primitives"
version = "0.1.0"
edition = "2021"
publish = false

[dependencies]
rand = "0.8"

0 comments on commit feae4f4

Please sign in to comment.