diff options
author | Aleksey Kladov <[email protected]> | 2020-01-03 19:37:02 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-01-03 20:54:10 +0000 |
commit | 084bd304f304e674fc3d5b132daf8a9f975064c9 (patch) | |
tree | 1715adcc8ef9cb9bc48e73e6708f9452854c947f /xtask/Cargo.toml | |
parent | 67922a029a42e11a76711f9a2c71ca542973042c (diff) |
Switch ast declaration from ron to a macro
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r-- | xtask/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 65cabf005..72dd5e581 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml | |||
@@ -13,6 +13,4 @@ walkdir = "2.1.3" | |||
13 | pico-args = "0.3.0" | 13 | pico-args = "0.3.0" |
14 | quote = "1.0.2" | 14 | quote = "1.0.2" |
15 | proc-macro2 = "1.0.1" | 15 | proc-macro2 = "1.0.1" |
16 | ron = "0.5.1" | ||
17 | serde = { version = "1.0.0", features = ["derive"] } | ||
18 | anyhow = "1.0.19" | 16 | anyhow = "1.0.19" |