Add CI integration.
All checks were successful
rust-test Build rust-test has succeeded
format Build format has succeeded
rust-clippy Build rust-clippy has succeeded
build-poudboot Build build-poudboot has succeeded

This commit is contained in:
Tom Alexander
2024-05-05 21:53:48 -04:00
parent 3a1c25bb19
commit 6542d5f1b5
13 changed files with 1174 additions and 2 deletions

View File

@@ -5,3 +5,9 @@ edition = "2021"
[dependencies]
rusqlite = { version = "0.31.0", features = ["bundled"] }
# Optimized build for any sort of release.
[profile.release-lto]
inherits = "release"
lto = true
strip = "symbols"