This commit is contained in:
2026-09-01 10:45:21 -04:00
commit ac32649783
51 changed files with 4837 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[workspace]
resolver = "3"
members = ["crates/runner"]
[workspace.package]
edition = "2024"
version = "0.1.0"
[workspace.metadata.crane]
name = "affinity-nix"
[workspace.lints.clippy]
pedantic = { level = "deny" }
nursery = { level = "deny" }