0.3.0
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -8,7 +8,7 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.2.0"
|
version = "0.3.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://git.sasedev.com/Sasedev/khadhroony-bobot"
|
repository = "https://git.sasedev.com/Sasedev/khadhroony-bobot"
|
||||||
@@ -45,3 +45,15 @@ tracing = { version = "^0.1", features = [] }
|
|||||||
tracing-subscriber = { version = "^0.3", features = ["ansi", "env-filter", "chrono", "serde", "json"] }
|
tracing-subscriber = { version = "^0.3", features = ["ansi", "env-filter", "chrono", "serde", "json"] }
|
||||||
yellowstone-grpc-client = { version = "^13.0", features = [] }
|
yellowstone-grpc-client = { version = "^13.0", features = [] }
|
||||||
yellowstone-grpc-proto = { version = "^12.2", features = [] }
|
yellowstone-grpc-proto = { version = "^12.2", features = [] }
|
||||||
|
uuid = { version = "^1.23", features = ["v4", "serde"] }
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
incremental = true # Compile your binary in smaller steps.
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
codegen-units = 1 # Allows LLVM to perform better optimization.
|
||||||
|
lto = true # Enables link-time-optimizations.
|
||||||
|
opt-level = 3 # s Prioritizes small binary size. Use `3` if you prefer speed.
|
||||||
|
panic = "abort" # Higher performance by disabling panic handlers.
|
||||||
|
strip = true # Ensures debug symbols are removed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user