-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 583 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (26 loc) · 583 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
[package]
name = "bbscript"
version = "1.5.8"
edition = "2021"
[features]
old-cfg-converter = []
[dependencies]
clap = { version = "4.4", features = ['cargo', 'derive', 'env'] }
byteorder = "1.3"
serde = { version = "1.0", features = ['derive'] }
thiserror = "1.0"
ron = "0.8"
bimap = { version = "0.6", features = ['serde'] }
bytes = "1.0"
hex = "0.4"
pest_derive = "2.1"
pest_consume = "1.0"
pest = "2.1"
smallvec = { version = "1.8", features = ['serde']}
colored = "2.0"
log = "0.4"
anyhow = "1.0"
simple_logger = "4.3"
serde_json = "1.0.117"
[dev-dependencies]
walkdir = "2"