Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ubuntu committed Aug 26, 2022
1 parent ab0a36a commit b466da3
Show file tree
Hide file tree
Showing 16 changed files with 828 additions and 550 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mona.json
.idea/
captures/

dumps
dumps
*.json
1 change: 0 additions & 1 deletion Cargo.lock

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

8 changes: 6 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ os_info = "3.0.7"
strum = "0.24"
strum_macros = "0.24"
rand = "0.8.5"
chrono = "0.4.19"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "winbase", "wingdi", "winnt", "securitybaseapi", "shellscalingapi"] }
winapi = { version = "0.3", features = ["winuser", "winbase", "wingdi", "winnt", "securitybaseapi", "libloaderapi"] }

[profile.release]
lto = true
panic = "abort"
strip = true
Loading

0 comments on commit b466da3

Please sign in to comment.