Add a web extension and debian package compilation #5

Merged
julienfastre merged 22 commits from feature/setup-webext into main 2025-11-12 19:10:42 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ec56c5d145 - Show all commits

2
Cargo.lock generated
View File

@@ -174,7 +174,7 @@ dependencies = [
[[package]] [[package]]
name = "cl-cli" name = "cl-cli"
version = "0.5.0-alpha14" version = "0.5.0-alpha15"
dependencies = [ dependencies = [
"clap", "clap",
"gitlab", "gitlab",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "cl-cli" name = "cl-cli"
version = "0.5.0-alpha14" version = "0.5.0-alpha15"
edition = "2021" edition = "2021"
license = "GPLv3" license = "GPLv3"
description = "Some helpers scripts for Champs-Libres" description = "Some helpers scripts for Champs-Libres"