From 5b50ad40c42202ccd992a6936cd57cf9eb400d0a Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 24 Aug 2020 18:01:46 -0700 Subject: cargo: toml parsing --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 315a129..d560028 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ hyper = "0.13" tokio = { version = "0.2", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" +toml = "0.4" # testing #anyhow = "1" -- cgit v1.2.3