Skip to content

Commit

Permalink
refactor: dashes in bin and crate names
Browse files Browse the repository at this point in the history
Instead of underscores.

Signed-off-by: Alexis Asseman <[email protected]>
  • Loading branch information
aasseman committed Nov 2, 2023
1 parent 1ce9244 commit 6041534
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 4 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 @@
members = [
"common",
"service",
"tap_agent",
"tap-agent",
]
resolver = "2"

Expand Down
4 changes: 2 additions & 2 deletions tap_agent/Cargo.toml → tap-agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "indexer_tap_agent"
name = "indexer-tap-agent"
version = "0.1.0"
edition = "2021"
publish = false

[[bin]]
name = "indexer_tap_agent"
name = "indexer-tap-agent"
path = "src/main.rs"

[dependencies]
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.

0 comments on commit 6041534

Please sign in to comment.