[package] name = "nucleus-app" description = "Modular application builder using Nucleons as building blocks" version = "0.1.1" authors = ["Rens Porre "] license = "MIT" edition = "2018" repository = "https://git.sr.ht/~rytec/Nucleus" documentation = "https://docs.rs/crate/nucleus-app" readme = "crates-io.md" [dependencies] nucleon = { version = "0.1.1", path = "../nucleon" } nucleus-rpc = { version = "0.1.1", path = "../nucleus-rpc" } async-std = { version = "1.9.0", features = ["attributes"] } serde = "1.0.126" serde_json = "1.0.66" env_logger = "0.9.0" log = "0.4" libloading = "0.7.0"