[package] authors = ["FL03 "] description = "A complete decentralized cloud storage solution" edition = "2021" license = "MIT" name = "chaotic_systems" repository = "https://github.com/scattered-systems/chaos.git" version = "0.1.0" [lib] bench = false crate-type = ["cdylib", "rlib"] name = "chaotic_systems" path = "src/lib.rs" test = true [[test]] name = "simple" path = "tests/simple.rs" [dependencies]