WIP redo how we parse and use modes

This commit is contained in:
James Wilson
2025-08-07 16:54:26 +01:00
parent 64d63ef999
commit e8fa992a3b
4 changed files with 337 additions and 0 deletions
+2
View File
@@ -15,6 +15,8 @@ alloy = { workspace = true }
alloy-primitives = { workspace = true }
alloy-sol-types = { workspace = true }
anyhow = { workspace = true }
regex = { workspace = true }
thiserror = { workspace = true }
tracing = { workspace = true }
semver = { workspace = true }
serde = { workspace = true, features = ["derive"] }