Initial commit: aether-atom lattice library

This commit is contained in:
gyt
2026-07-09 13:28:19 -04:00
commit fd9001a487
8 changed files with 1373 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[package]
name = "aether-atom"
version = "0.1.0"
edition = "2021"
description = "The atomic primitive of aether-tools: canonicalize, record, ask."
[lib]
name = "aether_atom"
path = "src/lib.rs"
[dependencies]
sha3 = "0.10"
once_cell = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
tempfile = "3"