Skip to content

Commit 7f5454e

Browse files
authored
Exclude unnecessary files from crate (#558)
1 parent d565e8c commit 7f5454e

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
**/*.rs.bk
2-
/book/book
31
/target
4-
/wiki
52
/www/book

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
name = "imdl"
33
version = "0.1.15"
44
description = "📦 A 40' shipping container for the internet"
5-
readme = "README.md"
6-
keywords = ["p2p", "sharing", "bittorrent", "torrent"]
5+
authors.workspace = true
76
categories = ["command-line-utilities"]
8-
homepage = "https://github.com/casey/intermodal"
9-
repository = "https://github.com/casey/intermodal"
107
default-run = "imdl"
11-
authors.workspace = true
128
edition.workspace = true
9+
exclude = ["/book", "/www"]
10+
homepage = "https://github.com/casey/intermodal"
11+
keywords = ["p2p", "sharing", "bittorrent", "torrent"]
1312
license.workspace = true
13+
readme = "README.md"
14+
repository = "https://github.com/casey/intermodal"
1415

1516
[workspace.package]
1617
edition = "2021"

0 commit comments

Comments
 (0)