diff --git a/Cargo.toml b/Cargo.toml index 0ad5f76..cbaae68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -86,6 +86,16 @@ assets = [ "usr/bin/", "755", ], + [ + "target/release/mysql-useradm", + "usr/bin/", + "644", + ], + [ + "target/release/mysql-dbadm", + "usr/bin/", + "644", + ], [ "assets/debian/config.toml", "etc/muscl/config.toml",