-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
40 lines (36 loc) · 887 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "doxidize"
version = "0.1.0"
authors = ["steveklabnik <[email protected]>"]
license = "MIT/Apache-2.0"
description = "none for now"
[dependencies]
comrak = "0.2.5"
configure = "0.1.1"
configure_derive = "0.1.1"
ctrlc = "3.1.0"
failure = "0.1.1"
failure_derive = "0.1.1"
handlebars = "0.32"
notify = "4.0.3"
remove_dir_all = "0.5"
rls-analysis = "0.11"
rls-data = { version = "0.15", features = ["serialize-serde"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
slog-async = "2.3.0"
slog-term = "2.3.0"
slugify = "0.1.0"
structopt = "0.1.0"
structopt-derive = "0.1.0"
toml_edit = "0.1.1"
walkdir = "2.0.1"
[dependencies.slog]
version = "2.2"
# uncomment this if you'd like to read trace-level messages
# features = ["max_level_trace"]
[dependencies.simple-server]
git = "https://github.com/steveklabnik/simple-server"
[dev-dependencies]
tempdir = "0.3"