Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz committed Jan 13, 2025
1 parent 9b39e1a commit 6be36b6
Show file tree
Hide file tree
Showing 7 changed files with 574 additions and 277 deletions.
6 changes: 2 additions & 4 deletions DynamoDbEncryption/runtimes/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ aws-smithy-runtime-api = {version = "1.7.3", features = ["client"] }
aws-smithy-types = "1.2.10"
chrono = "0.4.39"
cpu-time = "1.0.0"
dafny-runtime = "0.1.1"
#dafny-runtime = "0.1.1"
dafny-runtime = { path = "../../../releases/rust/db_esdk/dafny_runtime_rust", features = ["sync"] }
dashmap = "6.1.0"
pem = "3.0.4"
tokio = {version = "1.42.0", features = ["full"] }
uuid = { version = "1.11.0", features = ["v4"] }

[[example]]
name = "main"

[features]
async-fixed = []
2 changes: 1 addition & 1 deletion DynamoDbEncryption/runtimes/rust/src/software_externs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub mod software {
pub mod legacy {
use crate::software::amazon::cryptography::dbencryptionsdk::dynamodb::itemencryptor::internaldafny::types::Error as DafnyError;
use crate::software::amazon::cryptography::dbencryptionsdk::dynamodb::internaldafny::types::LegacyPolicy;
use ::std::rc::Rc;
use ::dafny_runtime::Rc;
type Legacy = ::dafny_runtime::Object<crate::software::amazon::cryptography::dbencryptionsdk::dynamodb::itemencryptor::internaldafny::legacy::InternalLegacyOverride>;

fn error(s: &str) -> Rc<DafnyError> {
Expand Down
3 changes: 3 additions & 0 deletions releases/rust/db_esdk/dafny_runtime_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ readme = "README.md"
once_cell = "1.18.0"
num = "0.4"
itertools = "0.11.0"

[features]
sync = []
Loading

0 comments on commit 6be36b6

Please sign in to comment.