feat: external command rs 0.1.0
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "external-command-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Hatter Jiang"]
|
||||
repository = "https://git.hatter.ink/hatter/external-command-rs"
|
||||
description = "External tool in Rust"
|
||||
license = "MIT OR Apache-2.0"
|
||||
keywords = ["crypto"]
|
||||
categories = ["cryptography"]
|
||||
|
||||
[dependencies]
|
||||
hex = "0.4.3"
|
||||
base64 = "0.22.1"
|
||||
rust_util = "0.6.47"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.140"
|
||||
|
||||
Reference in New Issue
Block a user