[package] authors = ["FL03 ", "Scattered-Systems "] description = "A decentralized social network designed for a simple, cost-effective end-user platform" edition = "2021" license = "MIT" name = "reaction" repository = "https://github.com/scattered-systems/reaction.git" version = "0.1.0" [lib] bench = false crate-type = ["cdylib", "rlib"] name = "reaction" path = "src/lib.rs" test = true [[test]] name = "simple" path = "tests/simple.rs" [dependencies]