-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
42 lines (37 loc) 路 758 Bytes
/
Copy pathCargo.toml
File metadata and controls
42 lines (37 loc) 路 758 Bytes
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
[package]
name = "zz"
version = "0.1.1"
authors = ["Arvid E. Picciani <aep@exys.org>"]
edition = '2018'
license = "MIT/Apache-2.0"
description = "the zz language"
repository = "https://github.com/aep/zz"
readme = "README.md"
[[bin]]
name = "zz"
path = "src/main.rs"
[lib]
name = "zz"
path = "src/lib.rs"
[dependencies]
pest = "2.1"
pest_derive = "2.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.5"
metrohash = "1.0.6"
clap = "2"
log = "0.4"
env_logger = "0.6"
pbr = "1.0.1"
rayon = "1.1.0"
tempdir = "0.3"
which = "3.1.0"
askama = "0.9"
getrandom = "0.1.14"
lazy_static = "1.4.0"
rmp-serde = "0.14.3"
sha2 = "0.8"
url = "2.1.1"
rsmt2 = { git = "https://github.com/kino-mc/rsmt2" , rev = "ebce2e4"}
pathdiff = "0.2"