-
Notifications
You must be signed in to change notification settings - Fork 37
/
Cargo.toml
50 lines (42 loc) · 940 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
41
42
43
44
45
46
47
48
49
50
[package]
name = "markdeck"
version = "0.60.1"
authors = ["Arne Hilmann <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
strip = true
lto = true
[build-dependencies]
grass = "0"
anyhow = "1"
[dependencies]
rust-embed = { version = "6", features = ["compression"] }
grass = "0"
rusync = "0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
glob = "0"
actix = "0"
actix-codec = "0"
actix-web = "4"
actix-web-actors = "4"
actix-files = "0"
awc = "3"
env_logger = "0"
futures = "0"
bytes = "1"
actix-service = "2"
notify = "4"
anyhow = "1"
ctrlc = { version = "3", features = ["termination"] }
uuid = { version = "1", features = ["serde", "v4"] }
log = "0"
walkdir = "2"
regex = "1"
clap = "2"
color-eyre = "0"
tracing = "0"
tracing-subscriber = { version = "0", features = ["env-filter"] }
eyre = "0"
minidom = "0"