aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-27 10:27:14 +0100
committerdiogo464 <[email protected]>2025-06-27 10:27:14 +0100
commit1b6f0403df26aad813668075da01c87c08724973 (patch)
tree4b3ef4743b5a4853ee839ee7386497150af2e3ea /Cargo.lock
parentf2df4d168045c3f97d8c332df52d067470f947c1 (diff)
Add containerization and build optimization
- Add Containerfile with multi-stage Alpine build - Add Justfile with build and push recipes for ghcr.io - Configure Cargo.toml for size optimization (strip, lto, panic=abort) - Add pre-commit hook for cargo fmt and test 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7ae1fe2..db83c49 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -278,7 +278,7 @@ dependencies = [
278 278
279[[package]] 279[[package]]
280name = "oar-p2p" 280name = "oar-p2p"
281version = "0.1.0" 281version = "0.0.0"
282dependencies = [ 282dependencies = [
283 "clap", 283 "clap",
284 "color-eyre", 284 "color-eyre",