Skip to content

Commit

Permalink
cli client enrollment, logging
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Jan 10, 2025
1 parent 975e67e commit 0044368
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 62 deletions.
2 changes: 2 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src-tauri/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "2.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
tracing = "0.1"
# tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }

# Dummy feature to let tauri build the release.
[features]
Expand Down
Loading

0 comments on commit 0044368

Please sign in to comment.