Skip to content

Commit

Permalink
Reduce binary size (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbradf authored May 21, 2022
1 parent ef7bc0b commit fd65df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdb-code-insights"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["David Bradford"]
license = "Apache-2.0"
Expand All @@ -17,3 +17,7 @@ bson = {version = "2.2", features = ["chrono-0_4"]}
serde = {version = "1.0", features = ["derive"]}
serde_yaml = "0.8"
tokio = {version = "1", features = ["full"]}

[profile.release]
strip = true
lto = true

0 comments on commit fd65df1

Please sign in to comment.