feat: expose build information

This commit is contained in:
2025-03-06 19:27:02 -05:00
parent b20beb6e88
commit 4d3947c4ef
12 changed files with 105 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
name = "errornowatcher"
version = "0.2.0"
edition = "2024"
build = "build.rs"
[profile.dev]
opt-level = 1
@@ -14,12 +15,15 @@ codegen-units = 1
lto = true
strip = true
[build-dependencies]
built = { version = "0", features = ["git2"] }
[dependencies]
anyhow = "1"
azalea = { git = "https://github.com/azalea-rs/azalea.git" }
bevy_app = "0"
bevy_log = "0"
clap = { version = "4", features = ["derive"] }
clap = { version = "4", features = ["derive", "string"] }
console-subscriber = { version = "0", optional = true }
futures = "0"
futures-locks = "0"