add: entry metadata

This commit is contained in:
trisua 2025-07-21 02:11:23 -04:00
parent d80368e6c2
commit b505199492
11 changed files with 631 additions and 45 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "attobin"
version = "0.1.1"
version = "0.2.0"
edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/tetratto"
@ -28,3 +28,5 @@ nanoneo = "0.2.0"
dotenv = "0.15.0"
glob = "0.3.2"
serde_json = "1.0.141"
toml = "0.9.2"
serde_valid = { version = "1.0.5", features = ["toml"] }