[package] name = "acick" version = "0.2.0" authors = ["gky360 "] edition = "2018" license = "MIT" description = "Command line tools for programming contests" repository = "https://github.com/gky360/acick" documentation = "https://docs.rs/acick" readme = "README.md" keywords = ["windows", "cli"] categories = ["command-line-utilities"] [workspace] members = [".", "acick-util", "acick-dropbox", "acick-config", "acick-atcoder"] [dev-dependencies] tempfile = "3.1.0" [dependencies] acick-atcoder = { version = "0.2.0", path = "./acick-atcoder" } acick-config = { version = "0.2.0", path = "./acick-config" } acick-util = { version = "0.2.0", path = "./acick-util" } anyhow = "1.0.26" chrono = { version = "0.4.10", features = ["serde"] } console = "0.15.0" getset = "0.1.1" humantime-serde = "1.0.0" itertools = "0.9.0" lazy_static = "1.4.0" serde = { version = "1.0.104", features = ["derive"] } serde_json = "1.0.44" serde_yaml = "0.8.11" structopt = "0.3.7" strum = { version = "0.19.2", features = ["derive"] } tokio = { version = "0.2.11", features = ["rt-core", "time", "macros"] }