From d0e41b5cd807f5ec0fe5c64b0879d986c4bc3bce Mon Sep 17 00:00:00 2001 From: tuturuu Date: Sat, 10 Jan 2026 06:32:35 +0100 Subject: Update resolver; Move License; Specify Rust Edition --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') 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] -- cgit v1.2.3