Skip to content

Commit

Permalink
build: change package clash to clash-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jul 11, 2024
1 parent d710fd7 commit ebae78a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resolver = "2"

members = [
"clash",
"clash_cli",
"clash_lib",
"clash_doc",
]
Expand Down
6 changes: 1 addition & 5 deletions clash_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[package]
name = "clash"
name = "clash-rs"
repository = { workspace = true }
version = { workspace = true }
edition = { workspace = true }

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

[dependencies]
clap = { version = "4.5.9", features = ["derive"] }

Expand Down

0 comments on commit ebae78a

Please sign in to comment.