16 lines
426 B
TOML
16 lines
426 B
TOML
[package]
|
|
name = "alex"
|
|
description = "Wrapper around Minecraft server processes, designed to complement Docker image installations."
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
backup = { path = "../backup" }
|
|
|
|
chrono.workspace = true
|
|
serde.workspace = true
|
|
|
|
clap = { version = "4.5.37", features = ["derive", "env"] }
|
|
signal-hook = "0.3.15"
|
|
figment = { version = "0.10.10", features = ["env", "toml"] }
|