-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
36 lines (33 loc) · 899 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
[package]
name = "ssw"
version = "2.0.1"
edition = "2021"
default-run = "ssw"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "release_script"
test = false
bench = false
[dependencies]
async-trait = "0.1.68"
chrono = { version = "0.4.24", features = ["serde"] }
clap = { version = "4.4", features = ["derive"] }
dirs = "5.0.0"
dunce = "1.0.4"
duration-string = "0.3.0"
flate2 = "1.0.25"
getset = "0.1.2"
java-properties = "2.0.0"
log = "0.4.17"
mcping = { git = "https://github.com/Scetch/mcping", features = ["tokio-runtime"] }
reqwest = "0.11.17"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
simplelog = { version = "0.12.1", features = ["paris"] }
thiserror = "1.0.40"
tokio = { version = "1", features = ["full"] }
tokio-util = "0.7.8"
toml = "0.8.0"
uuid = "1.3.3"
which = "4.4.0"
zip = "0.6.5"