From b080112c6ce1d969710bef1bd536d6a2f9146a50 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 15 Mar 2020 21:53:30 +0530 Subject: add yaml, and json capabilities --- Cargo.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fa7044..fd65091 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,11 +4,12 @@ version = "0.1.0" authors = ["Akshay "] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] quote = "1.0" toml = "^0.5" +serde_yaml = "0.8" +serde_json = "1.0.48" +directories = "2.0" [dependencies.serde] version = "1.0.103" @@ -17,6 +18,3 @@ features = ["derive"] [dependencies.syn] version = "1.0" features = ["full"] - -[lib] -proc-macro = true -- cgit v1.2.3