diff options
| author | 2025-01-14 20:38:26 -0600 | |
|---|---|---|
| committer | 2025-01-14 20:38:26 -0600 | |
| commit | b833fbff8e24b56a1587b0115ee4332627d38ec2 (patch) | |
| tree | 85349165b33339c0eb33c0e13a783cbcb26f02c4 /ozone-cli/Cargo.toml | |
| parent | add logger config stuffs (diff) | |
fix stuff
Diffstat (limited to 'ozone-cli/Cargo.toml')
| -rw-r--r-- | ozone-cli/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ozone-cli/Cargo.toml b/ozone-cli/Cargo.toml index e60a539..bdcec85 100644 --- a/ozone-cli/Cargo.toml +++ b/ozone-cli/Cargo.toml @@ -8,3 +8,4 @@ sysinfo = { version = "0.33.1", features = ["system", "multithread"] } o3launcher = { path = ".." } tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "macros"] } simple_logger = { version = "5.0.0", features = ["colors"] } +log = "0.4.25" |
