feat!: added ability to run functions & more metadata to object instances
This commit is contained in:
parent
26309312e8
commit
7ae145be20
10 changed files with 323 additions and 68 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue