move some libraries out

This commit is contained in:
mbecker20
2024-06-05 23:44:06 -07:00
parent fa72f2e5ef
commit 1a45fffe75
31 changed files with 429 additions and 121 deletions

12
lib/command/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "command"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
[dependencies]
monitor_client.workspace = true
run_command.workspace = true