diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..17f23da --- /dev/null +++ b/Cargo.toml | |||
@@ -0,0 +1,24 @@ | |||
1 | [package] | ||
2 | name = "poseidoc" | ||
3 | version = "0.1.0" | ||
4 | authors = ["Minijackson <minijackson@riseup.net>"] | ||
5 | edition = "2018" | ||
6 | |||
7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
8 | |||
9 | [dependencies] | ||
10 | anyhow = "1" | ||
11 | clang = "0.23" | ||
12 | codemap = "0.1" | ||
13 | codemap-diagnostic = "0.1" | ||
14 | log = "0.4" | ||
15 | num_cpus = "1" | ||
16 | pandoc_types = "0.2" | ||
17 | percent-encoding = "2" | ||
18 | pretty_env_logger = "0.3" | ||
19 | serde_json = "1" | ||
20 | shell-words = "0.1" | ||
21 | structopt = "0.3" | ||
22 | thiserror = "1" | ||
23 | threadpool = "1" | ||
24 | xml-rs = "0.8" | ||