diff options
| author | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 06:32:35 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 06:32:35 +0100 |
| commit | d0e41b5cd807f5ec0fe5c64b0879d986c4bc3bce (patch) | |
| tree | 1b1315ac6c0e61b49a9e6414d387a832e282a72a /Cargo.toml | |
| parent | 6ae757c54fac833e715c05e201b389e605af65ab (diff) | |
Update resolver; Move License; Specify Rust Edition
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ [workspace] members = ["init", "vegilctl"] +resolver = "3" + +[workspace.package] +edition = "2024" license = "GPL-2.0-only" [profile.release] |
