We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c4d22 commit 206a5faCopy full SHA for 206a5fa
3 files changed
libsql-wal/Cargo.toml
@@ -68,28 +68,11 @@ name = "benchmarks"
68
harness = false
69
70
[features]
71
-default = ["s3", "shell-bin"]
+default = ["s3"]
72
s3 = [
73
"dep:hyper",
74
"dep:aws-smithy-runtime",
75
"dep:aws-sdk-s3",
76
"dep:aws-config",
77
"dep:aws-credential-types",
78
]
79
-shell-bin = [
80
- "dep:clap",
81
- "dep:inquire",
82
- "s3",
83
- "dep:tracing-subscriber",
84
- "dep:anyhow",
85
-]
86
-
87
-[[bin]]
88
-name = "shell"
89
-path = "src/bins/shell/main.rs"
90
-required-features = ["shell-bin"]
91
92
93
-name = "compactor"
94
-path = "src/bins/compactor/main.rs"
95
libsql-wal/src/bins/compactor/main.rs
0 commit comments