diff options
author | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-12 06:17:38 +0000 |
---|---|---|
committer | yuzu <yuzu@b9215c17-b818-4693-b096-d1e41a411fef> | 2025-07-12 06:17:38 +0000 |
commit | 78608add1c69a877b76a05147f6c26b7abe66669 (patch) | |
tree | b2930fbf3c8e5f6bf2f5eb00f260b5b5092e09bb /Cargo.lock | |
parent | bc0fac1bf2a02c9a76c8c4b9eccc9235de4e86b2 (diff) | |
download | salaryman-78608add1c69a877b76a05147f6c26b7abe66669.tar.gz salaryman-78608add1c69a877b76a05147f6c26b7abe66669.tar.bz2 salaryman-78608add1c69a877b76a05147f6c26b7abe66669.zip |
add start, stop, restart endpoints
git-svn-id: svn+ssh://diminuette.aengel.lesbianunix.dev/salaryman/trunk@14 b9215c17-b818-4693-b096-d1e41a411fef
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock index 498c7bd..9752728 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1240,6 +1240,7 @@ dependencies = [ "clap", "dropshot", "schemars", + "semver", "serde", "tokio", "toml", |