fix(admin): mark the crate unpublished so cargo deny passes (#2335)

This commit is contained in:
Hampus
2026-09-01 21:03:12 +02:00
committed by GitHub
parent 37f57bb29f
commit 0201cafd7e
+1
View File
@@ -3,6 +3,7 @@ name = "fluxer_admin"
version = "0.1.0"
edition.workspace = true
license.workspace = true
publish = false
build = "build.rs"
[dependencies]