[package] name = "legate" version = "0.0.0" authors = ["Michael Zhalevich "] edition = "2021" rust-version = "1.69" license = "MIT" description = "WIP: A library for interacting with the Consul API" readme = "README.md" [dependencies] anyhow = "1" base64 = "0.21" http = "0.2" hyper = "0.14" serde = { version = "1", features = ["derive"] }