[package] name = "debug" version = "0.1.0" authors = ["notplants "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] peach-lib = { path = "../" } env_logger = "0.6" chrono = "0.4.19"