[package] name = "exosphere-core" version = "0.0.2" authors = ["Kenneth Wilke "] edition = "2021" description = "Core crate for Exosphere" repository = "https://github.com/KennethWilke/exosphere-core" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" rmp-serde = "1.1.0" rmpv = { version = "1.0.0", features = ["with-serde"] } anyhow = "1"