meta: initial commit (archival)

This commit is contained in:
2023-12-27 14:47:49 -05:00
commit bd6251495e
5 changed files with 371 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rust-magic-function-params"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hex-literal = "0.4.1"
sha2 = "0.10.7"