Skip to content

Commit 6ed725e

Browse files
committed
m
1 parent 89bae50 commit 6ed725e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

DynamoDbEncryption/runtimes/rust/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/mai
1010
repository = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk"
1111
authors = ["AWS-CryptoTools"]
1212
documentation = "https://docs.rs/crate/aws-db-esdk"
13+
autoexamples = false
1314

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

@@ -30,3 +31,6 @@ uuid = { version = "1.10.0", features = ["v4"] }
3031

3132
[lib]
3233
path = "src/implementation_from_dafny.rs"
34+
35+
[[example]]
36+
name = "main"

releases/rust/db_esdk/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ homepage = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/mai
1010
repository = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk"
1111
authors = ["AWS-CryptoTools"]
1212
documentation = "https://docs.rs/crate/aws-db-esdk"
13+
autoexamples = false
1314

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

@@ -30,3 +31,6 @@ uuid = { version = "1.10.0", features = ["v4"] }
3031

3132
[lib]
3233
path = "src/implementation_from_dafny.rs"
34+
35+
[[example]]
36+
name = "main"

0 commit comments

Comments
 (0)