From 78608add1c69a877b76a05147f6c26b7abe66669 Mon Sep 17 00:00:00 2001 From: yuzu Date: Sat, 12 Jul 2025 06:17:38 +0000 Subject: add start, stop, restart endpoints git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@14 b9215c17-b818-4693-b096-d1e41a411fef --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18432a7..466871a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,14 @@ smd = [ "dep:dropshot", "dep:schemars", "dep:toml", + "dep:semver", ] [dependencies] clap = { version = "4.5.39", features = ["derive"], optional = true } dropshot = { version = "0.16.2", features = ["usdt","usdt-probes"], optional = true } schemars = { version = "0.8.22", features = ["uuid1"], optional = true } +semver = { version = "1.0.26", optional = true } serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.45.1", features = ["full"] } toml = { version = "0.8.22", optional = true } -- cgit 1.4.1-2-gfad0