Skip to content

Commit 77c4a8a

Browse files
committed
chore(rust): release rust runtime
1 parent 0e4fd02 commit 77c4a8a

File tree

1 file changed

+6
-0
lines changed
  • releases/rust/db_esdk/dafny_runtime_rust

1 file changed

+6
-0
lines changed

releases/rust/db_esdk/dafny_runtime_rust/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "dafny_runtime"
33
version = "0.3.0"
44
edition = "2021"
5+
keywords = ["dafny"]
6+
license = "ISC AND (Apache-2.0 OR ISC)"
7+
description = "dafny-runtime is the runtime support library for Rust code gerated from Dafny."
8+
repository = "https://github.com/aws/aws-database-encryption-sdk-dynamodb/tree/main/releases/rust/db_esdk/dafny_runtime_rust"
9+
authors = ["AWS-CryptoTools"]
10+
readme = "README.md"
511

612
[dependencies]
713
once_cell = "1.21.3"

0 commit comments

Comments
 (0)