Skip to content

Commit

Permalink
refactor: Rename project
Browse files Browse the repository at this point in the history
- 'age' is already exiest on Crates and PyPI.
- This commit is to avoid name collision.
- Keep name of binary.
  • Loading branch information
attakei committed Mar 21, 2024
1 parent 49221b9 commit d66a91a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
[package]
name = "age"
name = "age-cli"
version = "0.4.0"
edition = "2021"

[[bin]]
name = "age"
path = "src/main.rs"

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

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "age"
name = "age-cli"
version = "0.4.0"
description = "This is virtual project for testing and documentation."
authors = [
Expand Down

0 comments on commit d66a91a

Please sign in to comment.