summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fe4118d..a2aaa92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ anyhow = "1"
11clang = { version = "0.23", features = ["clang_8_0"] } 11clang = { version = "0.23", features = ["clang_8_0"] }
12codemap = "0.1" 12codemap = "0.1"
13codemap-diagnostic = "0.1" 13codemap-diagnostic = "0.1"
14lazy_static = "1"
14log = "0.4" 15log = "0.4"
15num_cpus = "1" 16num_cpus = "1"
16pandoc_types = "0.2" 17pandoc_types = "0.2"