Skip to content

Commit

Permalink
rename readme and license files
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbassi committed Sep 24, 2020
1 parent 386db96 commit 5a9a5a6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "trash"
version = "1.1.1"
authors = ["Artur Kovacs <kovacs.artur.barnabas@gmail.com>"]
license = "MIT"
readme = "Readme.md"
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"
Expand All @@ -12,4 +12,4 @@ edition = "2018"
[dependencies]

[target.'cfg(windows)'.dependencies]
winapi = { version = "^0.3.0", features = ["shellapi", "winerror"] }
winapi = { version = "^0.3.0", features = ["shellapi", "winerror"] }
File renamed without changes.
File renamed without changes.

0 comments on commit 5a9a5a6

Please sign in to comment.