[package] name = "planetary_core" version = "0.1.0" edition = "2021" description = "SDK to build plugins for planetary" readme = "README.md" homepage = "https://planetary.kyeboard.me" repository = "https://www.github.com/kyeboard/planetary" license = "MIT" keywords = ["terminal", "unixporn"] authors = ["kyeboard "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] postcard = { version = "1.0.4", features = ["alloc"]} serde = { version = "1.0.*", default-features = false, features = ["derive"] } thiserror = "1.0.40" dirs = "5.0.1" ureq = { version = "2.6.2", features = ["json"] } serde_yaml = "0.9.21" colored = "2.0.0"