We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 000a2ae + 64a9c0e commit bd29ed3Copy full SHA for bd29ed3
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cipherstash-dynamodb"
3
-license-file = "LICENSE"
+license-file = "LICENSE.md"
4
homepage = "https://cipherstash.com"
5
repository = "https://github.com/cipherstash/cipherstash-dynamodb"
6
readme = "README.md"
cipherstash-dynamodb-derive/Cargo.toml
name = "cipherstash-dynamodb-derive"
-license-file = "../LICENSE"
+license-file = "../LICENSE.md"
readme = "../README.md"
description = "Derive macros for the CipherStash client for DynamoDB"
0 commit comments