Skip to content

Commit 16dc205

Browse files
authored
misc: Add info for crates.io (#92)
1 parent e65560b commit 16dc205

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Cargo.toml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
11
[package]
22
name = "suckit"
33
version = "0.1.0"
4-
authors = ["Skallwar <estblcsk@gmail.com>"]
54
edition = "2018"
5+
authors = ["Esteban \"Skallwar\" Blanc <estblcsk@gmail.com>",
6+
"Arthur \"CohenArthur\" Cohen <arthur.cohen@epita.fr>"]
7+
license = "MIT OR Apache-2.0"
8+
homepage = "https://github.com/skallwar/suckit"
9+
repository = "https://github.com/skallwar/suckit"
10+
documentation = "https://github.com/skallwar/suckit"
11+
readme = "README.md"
12+
description = "SuckIT, Suck the InTernet"
13+
keywords = ["cli"]
14+
categories = ["command-line-utilities"]
15+
include = [
16+
"README.md",
17+
"LICENSE*",
18+
"Cargo.toml",
19+
"src/*",
20+
]
621

722
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
823

0 commit comments

Comments
 (0)