[package] name = "chomatter_commons" version = "0.0.1" edition = "2021" description = "Commons for Chomatter" authors = ["Chomatter Developers"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] json = "0.12.4" serde = { version="1.0.145", features = ["derive"] } serde_json = "1.0.86"