Skip to content

Commit

Permalink
Attempt to reduce bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
lexara-prime-ai committed Jul 5, 2024
1 parent fe5a793 commit a50f64e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,17 @@ license = "BSD-1-Clause"
[dependencies]
anyhow = "1.0.86"
chrono = { version = "0.4.38", features = ["serde"] }
clickhouse = "0.11.6"
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["json"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.119"
tokio = { version = "1.38.0", features = ["full"] }

[profile.release]
strip = true

# [profile.release]
# opt-level = "z"

# [profile.release]
# lto = true

0 comments on commit a50f64e

Please sign in to comment.