diff --git a/.gitignore b/.gitignore index 82273f6..9bd622e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,2 @@ -**/*.rs.bk -/book/book /target -/wiki /www/book diff --git a/Cargo.toml b/Cargo.toml index e79c3b5..c21625a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,15 +2,16 @@ name = "imdl" version = "0.1.15" description = "📦 A 40' shipping container for the internet" -readme = "README.md" -keywords = ["p2p", "sharing", "bittorrent", "torrent"] +authors.workspace = true categories = ["command-line-utilities"] -homepage = "https://github.com/casey/intermodal" -repository = "https://github.com/casey/intermodal" default-run = "imdl" -authors.workspace = true edition.workspace = true +exclude = ["/book", "/www"] +homepage = "https://github.com/casey/intermodal" +keywords = ["p2p", "sharing", "bittorrent", "torrent"] license.workspace = true +readme = "README.md" +repository = "https://github.com/casey/intermodal" [workspace.package] edition = "2021"