[package] name = "fplus-cli" authors = ["jbesraa", "kokal33", "clriesco"] version = "1.0.9" edition = "2021" description = "FPlus cli tool to validate different states of an application" license = "MIT OR Apache-2.0" repository = "https://github.com/filecoin-project/filplus-backend/tree/main/fplus-cli" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = "4.4.0" clap = { version = "4.4.6", features = ["derive"] } fplus-lib = "1.0.9"