Skip to content

Commit

Permalink
readme + total size
Browse files Browse the repository at this point in the history
  • Loading branch information
RavMda committed Dec 1, 2023
1 parent d431758 commit 7e37dcb
Show file tree
Hide file tree
Showing 4 changed files with 790 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ serde = {version = "1.0.192", features = ["derive"]}
serde_json = "1.0.108"
toml = "0.8.8"
walkdir = "2.4.0"

[profile.dev.package."*"]
opt-level = 3

[profile.release]
opt-level = 3
lto = true
Loading

0 comments on commit 7e37dcb

Please sign in to comment.