+3
-3
crates/atproto-tap/Cargo.toml
+3
-3
crates/atproto-tap/Cargo.toml
···
39
40
[features]
41
default = []
42
-
cli = ["dep:clap", "dep:tracing-subscriber", "dep:atproto-client", "tokio/rt-multi-thread", "tokio/macros", "tokio/signal"]
43
44
[[bin]]
45
name = "atproto-tap-client"
46
-
required-features = ["cli"]
47
48
[[bin]]
49
name = "atproto-tap-extras"
50
-
required-features = ["cli"]
51
52
[lints]
53
workspace = true
···
39
40
[features]
41
default = []
42
+
clap = ["dep:clap", "dep:tracing-subscriber", "dep:atproto-client", "tokio/rt-multi-thread", "tokio/macros", "tokio/signal"]
43
44
[[bin]]
45
name = "atproto-tap-client"
46
+
required-features = ["clap"]
47
48
[[bin]]
49
name = "atproto-tap-extras"
50
+
required-features = ["clap"]
51
52
[lints]
53
workspace = true