[package] authors = ["FL03 ", "Scattered-Systems "] description = "A zk-SNARK based, Ethereum Native Multi-Chain engineered for optimal end-user experiences" edition = "2021" license = "MIT" name = "aether_core" repository = "https://github.com/scattered-systems/aether.git" version = "0.1.0" [lib] bench = false crate-type = ["cdylib", "rlib"] name = "aether_core" path = "src/lib.rs" test = true [[test]] name = "simple" path = "tests/simple.rs" [dependencies]