Skip to content

Commit

Permalink
misc: Add info for crates.io (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skallwar authored Aug 16, 2020
1 parent e65560b commit 16dc205
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
[package]
name = "suckit"
version = "0.1.0"
authors = ["Skallwar <estblcsk@gmail.com>"]
edition = "2018"
authors = ["Esteban \"Skallwar\" Blanc <estblcsk@gmail.com>",
"Arthur \"CohenArthur\" Cohen <arthur.cohen@epita.fr>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/skallwar/suckit"
repository = "https://github.com/skallwar/suckit"
documentation = "https://github.com/skallwar/suckit"
readme = "README.md"
description = "SuckIT, Suck the InTernet"
keywords = ["cli"]
categories = ["command-line-utilities"]
include = [
"README.md",
"LICENSE*",
"Cargo.toml",
"src/*",
]

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

Expand Down

0 comments on commit 16dc205

Please sign in to comment.