-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (25 loc) · 765 Bytes
/
Copy pathCargo.toml
File metadata and controls
29 lines (25 loc) · 765 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 = "mcserver"
version = "0.2.7"
edition = "2024"
description = "A command line interface that simplifies minecraft server management with zellij and mcrcon"
license = "MIT"
repository = "https://github.com/Neovimproved/mcserver-cli"
[dependencies]
clap = { version = "4.6.6", features = ["derive"] }
clap_complete = { version = "4.6.9", features = ["unstable-dynamic"] }
dirs = "6.0.0"
reqwest = { version = "0.13.4", features = ["blocking", "json"] }
url = "2.5.8"
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
shellexpand = "3.1.2"
color-eyre = { version = "0.6.5" }
thiserror = "2.0.20"
kdl = "6.7.1"
[build-dependencies]
color-eyre = "0.6.5"
[dev-dependencies]
tempfile = "3.27.0"
[features]
build-logging = []