X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/94b6e2ec638d11ac2048ad3a3cce13e0b990bd87..346393acc47db621e66685ba58c76c2d4048ff45:/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml index 90215ed..4c2c652 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" license = "AGPL-3.0-or-later" description = "Command line tool to author and manage a semi-ephemeral™ blog with a gemini archive." homepage = "https://r.bdr.sh/blog.html" +authors = ["Rubén Beltrán del Río "] [dependencies] time = { version = "0.3.34", features = ["macros", "formatting"] } @@ -24,6 +25,6 @@ assets = [ [package.metadata.deb] assets = [ - { source = "target/release/blog", dest = "/usr/bin/blog", mode = "755" }, - { source = "man/blog.1", dest = "/usr/share/man/man1/blog.1", mode = "644" }, + ["target/release/blog", "/usr/bin/blog", "755" ], + ["man/blog.1", "/usr/share/man/man1/blog.1", "644" ], ]