[package] name = "app-core" version = "0.1.0" edition = "2021" description = "personal app core" license = "GPL-3.0" authors = ["Liangdi "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web ={ workspace = true } serde ={ workspace = true } serde_json ={ workspace = true } anyhow = { workspace = true }