-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
49 lines (44 loc) · 912 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
[package]
name = "rsmodules"
version = "0.7.4"
authors = ["Frederik Delaere <frederik.delaere@ugent.be>"]
edition = "2018"
[dependencies]
rand = "0.3"
lazy_static = "1.2.0"
#rhai = "0.7.1"
rhai = "0.9.1"
walkdir = "1"
bincode = "0.6.1"
rustc-serialize = "0.3.23"
users = "0.5.0"
shellexpand = "1.0.0"
regex = "0.2.1"
getopts = "0.2.19"
is_executable = "0.1.0"
gumdrop = "0.8.1"
gumdrop_derive = "0.8.1"
ansi_term = "0.9"
glob = "0.2"
dirs = "1.0"
pbr = "1.0.1"
natord = "1.0.9"
chrono = "0.4.11"
shell-words = "1.1.0"
if-let-return = "0.1.1"
#smallvec = "0.6.10"
[dependencies.mdcat]
version = "0.12.1"
default-features = false
features = ["vte50", "iterm2", "terminology"]
[dependencies.pulldown-cmark]
version = "^0.2"
default-features = false
features = []
[dependencies.syntect]
version = "^3"
default-features = false
features = ["parsing", "dump-load"]
[[bin]]
name = "rsmodules"
path = "src/main.rs"