Skip to content

Commit

Permalink
chore: rename autonomi crate and binary
Browse files Browse the repository at this point in the history
The `autonomi_cli` binary is renamed to `autonomi` because the `_cli` suffix is not necessary.

The crate is named `autonomi-cli` rather than `autonomi_cli` because we agreed we prefer
underscores.
  • Loading branch information
jacderida committed Oct 15, 2024
1 parent 147ba8e commit 5c9cf07
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@
resolver = "2"
members = [
"autonomi",
"autonomi_cli",
"autonomi-cli",
"evmlib",
"evm_testnet",
# "sn_auditor",
"sn_build_info",
"sn_evm",
# "sn_cli",
# "sn_client",
# "sn_faucet",
"sn_logging",
"sn_metrics",
"nat-detection",
Expand Down
4 changes: 4 additions & 0 deletions autonomi_cli/Cargo.toml → autonomi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "autonomi_cli"
version = "0.1.0"
edition = "2021"

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

[features]
default = ["metrics"]
local = ["sn_peers_acquisition/local", "autonomi/local"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c9cf07

Please sign in to comment.