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