summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-29 03:27:31 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-29 03:27:31 -0600
commit00675738a4012580c6db10d9e1115732559bdaf3 (patch)
treeb07774fe20140f48f3c27241051cf4ddd61a2577 /Cargo.toml
parentwip: auth (diff)
do device code auth
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4a405c..91a646c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,5 +25,8 @@ uuid = { version = "1.12.1", features = ["v4", "serde"] }
walkdir = "2.5.0"
zip = { version = "2.2.2", default-features = false, features = ["bzip2", "deflate", "deflate64", "lzma", "xz"] }
+[dev-dependencies]
+simple_logger = "5.0.0"
+
[workspace]
members = [ "ozone-cli", "ozone-ui" ]