[package] name = "urci" version = "0.1.0" authors = ["R. Tyler Croy "] edition = "2018" [dependencies] async-std = { version = "~1.6.0", features = ["attributes"] } chrono = "~0.4.13" # This version has Display implemented on cron::Schedule cron = { git = "https://github.com/zslayton/cron", rev = "e52fef0" } serde = { version = "~1.0.106", features = ["rc"] } serde_derive = "~1.0.106" serde_json = "~1.0.0" serde_yaml = "~0.8.13" tide = "~0.13.0"