feat: init commit

This commit is contained in:
2024-09-08 19:00:18 +08:00
parent 8dfb5b480d
commit f4dd5339bb
8 changed files with 581 additions and 3 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "encode"
version = "0.1.0"
edition = "2021"
[dependencies]
base58 = "0.2"
base64 = "0.22"
clap = { version = "4.5", features = ["derive"] }
hex = "0.4"
rust_util = "0.6.47"