summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortuturuu <zedddiezxc@gmail.com>2026-01-10 06:32:35 +0100
committertuturuu <zedddiezxc@gmail.com>2026-01-10 06:32:35 +0100
commitd0e41b5cd807f5ec0fe5c64b0879d986c4bc3bce (patch)
tree1b1315ac6c0e61b49a9e6414d387a832e282a72a
parent6ae757c54fac833e715c05e201b389e605af65ab (diff)
Update resolver; Move License; Specify Rust Edition
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ccb4e1..8c9be6f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,9 @@
[workspace]
members = ["init", "vegilctl"]
+resolver = "3"
+
+[workspace.package]
+edition = "2024"
license = "GPL-2.0-only"
[profile.release]