File tree 2 files changed +8
-0
lines changed
DynamoDbEncryption/runtimes/rust
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ homepage = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/mai
10
10
repository = " https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk"
11
11
authors = [" AWS-CryptoTools" ]
12
12
documentation = " https://docs.rs/crate/aws-db-esdk"
13
+ autoexamples = false
13
14
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
@@ -30,3 +31,6 @@ uuid = { version = "1.10.0", features = ["v4"] }
30
31
31
32
[lib ]
32
33
path = " src/implementation_from_dafny.rs"
34
+
35
+ [[example ]]
36
+ name = " main"
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ homepage = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/mai
10
10
repository = " https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk"
11
11
authors = [" AWS-CryptoTools" ]
12
12
documentation = " https://docs.rs/crate/aws-db-esdk"
13
+ autoexamples = false
13
14
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
15
16
@@ -30,3 +31,6 @@ uuid = { version = "1.10.0", features = ["v4"] }
30
31
31
32
[lib ]
32
33
path = " src/implementation_from_dafny.rs"
34
+
35
+ [[example ]]
36
+ name = " main"
You can’t perform that action at this time.
0 commit comments