v0.1.0 init commit

This commit is contained in:
2022-07-02 18:13:26 +08:00
parent 8334bdb55b
commit c62a12f369
4 changed files with 1202 additions and 3 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "local-mini-kms"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rust_util = "0.6"
tokio = { version = "1.19", features = ["full"] }
serde_derive = "1.0"
warp = "0.3"