Skip to content

Commit

Permalink
Updated the Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Jul 13, 2019
1 parent 1725e61 commit 1ec1ef9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
name = "trash"
version = "0.1.0"
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>"]
edition = "2018"
license = "MIT"
license-file = "LICENSE.TXT"
readme = "Readme.md"
description = "A Rust library for moving files to the Recycle Bin"
keywords = ["remove", "trash", "rubbish", "recycle", "bin"]
repository = "https://github.com/ArturKovacs/trash"
edition = "2018"

[dependencies]

Expand Down

0 comments on commit 1ec1ef9

Please sign in to comment.