File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ aws-sdk-kms = "1.50.0"
24
24
aws-smithy-runtime-api = {version = " 1.7.3" , features = [" client" ] }
25
25
aws-smithy-types = " 1.2.9"
26
26
chrono = " 0.4.38"
27
- dafny_runtime = { path = " ./dafny_runtime_rust " }
27
+ dafny_runtime = " 0.1.0 "
28
28
dashmap = " 6.1.0"
29
29
pem = " 3.0.4"
30
30
tokio = {version = " 1.41.1" , features = [" full" ] }
Original file line number Diff line number Diff line change 1
1
[package ]
2
- name = " aws- dafny-runtime"
2
+ name = " dafny-runtime"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
5
keywords = [" dafny" ]
6
6
license = " ISC AND (Apache-2.0 OR ISC)"
7
- description = " aws- dafny-runtime is the runtime support library for Rust code gerated from Dafny."
7
+ description = " dafny-runtime is the runtime support library for Rust code gerated from Dafny."
8
8
repository = " https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/dafny_runtime_rust"
9
9
authors = [" AWS-CryptoTools" ]
10
10
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
This is the runtime support library for Rust code gerated from Dafny.
2
-
3
- It will probably be deprecated, once the Dafny team publishes their own.
You can’t perform that action at this time.
0 commit comments