Skip to content

Commit

Permalink
Prepare for cargo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Jan 14, 2024
1 parent 1be012f commit b5e8284
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
name = "torch"
version = "0.1.0"
edition = "2021"
authors = ["Toshimaru <me@toshimaru.net>"]
license = "MIT"
description = "mkdir + touch command"
readme = "README.md"
homepage = "https://github.com/toshimaru/torch"
repository = "https://github.com/toshimaru/torch"
keywords = ["cli", "mkdir", "touch"]
categories = ["command-line-utilities"]

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

Expand Down

0 comments on commit b5e8284

Please sign in to comment.