Cargo.toml: add mysql-admutils symlinks to deb
All checks were successful
Build and test / check (push) Successful in 1m55s
Build and test / build (push) Successful in 3m5s
Build and test / test (push) Successful in 3m29s
Build and test / check-license (push) Successful in 5m47s
Build and test / docs (push) Successful in 4m43s

This commit is contained in:
2025-12-03 17:04:57 +09:00
parent fbf90a456a
commit acde3a9d5d

View File

@@ -86,6 +86,16 @@ assets = [
"usr/bin/",
"755",
],
[
"target/release/mysql-useradm",
"usr/bin/",
"755",
],
[
"target/release/mysql-dbadm",
"usr/bin/",
"755",
],
[
"assets/debian/config.toml",
"etc/muscl/config.toml",