-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCargo.toml
39 lines (36 loc) · 958 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
[package]
name = "rari-tools"
version = "0.1.5"
edition.workspace = true
authors = [
"Andi Pieper <[email protected]>",
"The MDN Engineering Team <[email protected]>",
]
license.workspace = true
rust-version.workspace = true
[dependencies]
rari-types.workspace = true
rari-utils.workspace = true
rari-doc.workspace = true
thiserror.workspace = true
serde.workspace = true
serde_json.workspace = true
chrono.workspace = true
tracing.workspace = true
reqwest.workspace = true
url.workspace = true
indoc.workspace = true
rayon.workspace = true
console.workspace = true
sha2.workspace = true
serde_yaml_ng.workspace = true
pretty_yaml.workspace = true
yaml_parser.workspace = true
const_format.workspace = true
dialoguer = "0.11"
csv = "1"
[dev-dependencies]
serial_test = { version = "3", features = ["file_locks"] }
rari-types = { workspace = true, features = ["testing"] }
fake = { version = "3", features = ["chrono", "serde_json"] }
rand = "0.8"