Skip to content

Commit 33782e9

Browse files
committed
refactor: dashes in bin and crate names
Instead of underscores. Signed-off-by: Alexis Asseman <alexis@semiotic.ai>
1 parent 75c90dc commit 33782e9

16 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = [
33
"common",
44
"service",
5-
"tap_agent",
5+
"tap-agent",
66
]
77
resolver = "2"
88

tap_agent/Cargo.toml renamed to tap-agent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
2-
name = "indexer_tap_agent"
2+
name = "indexer-tap-agent"
33
version = "0.1.0"
44
edition = "2021"
55
publish = false
66

77
[[bin]]
8-
name = "indexer_tap_agent"
8+
name = "indexer-tap-agent"
99
path = "src/main.rs"
1010

1111
[dependencies]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)