Skip to content

Commit bcb3f22

Browse files
committed
Disable doctests until we create a mock for EncryptedTable
1 parent 479a7db commit bcb3f22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "cryptonamo"
33
version = "0.1.0"
44
edition = "2021"
55

6+
[lib]
7+
# Disable for now
8+
doctest = false
9+
610
# Starting in Rust 1.62 you can use `cargo add` to add dependencies
711
# to your project.
812
#
@@ -29,7 +33,6 @@ serde_dynamo = { version = "4.2.4", features = ["aws-sdk-dynamodb+0_29"] }
2933
serde_bytes = "0.11.9"
3034
aes = "0.8.3"
3135
hex = { version = "0.4.3", features = [ "serde" ] }
32-
3336
cryptonamo-derive = { path = "cryptonamo-derive" }
3437

3538
#cipherstash-client = { path = "../../cipherstash-suite/packages/cipherstash-client/", features = [ "tokio" ] }

0 commit comments

Comments
 (0)