Skip to content

Commit

Permalink
build: add description and license to cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
shiipou committed Sep 6, 2024
1 parent 0917942 commit 091ae04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "clone-project-manager"
version = "2.0.1"
description = "Automatically Clone GitHub repositories into a structured workspace. And use it in your VSCode or NVim's project manager."
license = "MIT"
version = "0.0.0"
edition = "2021"
include = [
"**/*.rs",
Expand Down

0 comments on commit 091ae04

Please sign in to comment.