aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-06-22 14:55:37 +0300
committerValentin Popov <valentin@popov.link>2026-06-22 14:55:37 +0300
commit8e5e46b7b381608387fcd2fdd98a474a50f3d33a (patch)
tree610628bc8c125462ca472cca6859bf958adc91c0 /Cargo.toml
parentd0bdbaa1ed76dfbf3211bb43eee48c49cc4fd448 (diff)
downloadfparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.tar.xz
fparkan-8e5e46b7b381608387fcd2fdd98a474a50f3d33a.zip
fix: make ci locked and isolate licensed tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a14eb8a..7c791db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ members = [
[workspace.package]
version = "0.1.0"
edition = "2021"
-license = "MIT"
+license = "GPL-2.0-only"
repository = "https://github.com/valentineus/fparkan"
[workspace.lints.rust]