feat!: added ability to run functions & more metadata to object instances

This commit is contained in:
selene 2025-12-28 00:40:14 +01:00
parent 26309312e8
commit 7ae145be20
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
10 changed files with 323 additions and 68 deletions

View file

@ -5,6 +5,8 @@ version = "0.0.1"
edition = "2024"
[dependencies]
hex = "0.4.3"
serde = { version = "*", features = ["derive"] }
serde_json = "1.0.145"
sha2 = "0.10.9"
toml = "0.9.8"