This commit is contained in:
2026-08-19 12:27:35 -04:00
commit 2c6615ea48
5 changed files with 150 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "timbre"
version = "0.1.0"
edition = "2024"
[dependencies]
hex = "0.4.3"
sha2 = "0.11.0"