Add a disclaimer, specify the license in the metadata

This commit is contained in:
AlekseiVambol
2025-02-11 21:37:51 +02:00
parent 66f10fdc6f
commit 3c38cc9f44
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
name = "mdsecheck"
version = "0.1.0"
edition = "2021"
license = "MIT"
[dependencies]
ark-ff = { version = "0.5.0", default-features = false, features = ["asm"] }

View File

@@ -28,4 +28,7 @@ loop {
break;
}
}
```
```
## Disclaimer
The current version of this crate has not undergone a third-party security audit and is not intended for production use without proper security review.