| 1234567891011121314 |
- [package]
- name = "kuatia-core"
- description = "Pure, sans-IO core logic for the Kuatia ledger: validation, hashing, posting selection."
- version = "0.1.0"
- edition = "2024"
- license.workspace = true
- [lints]
- workspace = true
- [dependencies]
- kuatia-types = { path = "../kuatia-types" }
- sha2 = { version = "0.10", default-features = false }
- serde = { version = "1", features = ["derive"] }
|