From 141e546e1d7a8385817b3edb46bd91b502563cd9 Mon Sep 17 00:00:00 2001 From: yuzu Date: Tue, 8 Jul 2025 07:12:59 +0000 Subject: working proof of concept -- minecraft git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@9 b9215c17-b818-4693-b096-d1e41a411fef --- Cargo.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index be9af33..7518b99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,18 @@ [package] name = "salaryman" -version = "0.1.0" +version = "0.0.1" edition = "2024" +authors = ["Ren Kararou "] +description = "A very simple service management framework" [dependencies] clap = { version = "4.5.39", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.45.1", features = ["full"] } toml = "0.8.22" + +[[bin]] +name = "smd" +path = "src/bin/smd.rs" +test = false +bench = false -- cgit 1.4.1-2-gfad0