Skip to content

Commit

Permalink
add bin
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jul 3, 2023
1 parent f00a575 commit 6a37ce2
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ members = [
"wal",
]

[[bin]]
name = "ceresdb-server"
path = "src/bin/ceresdb-server.rs"

[workspace.dependencies]
arrow = { version = "38.0.0", features = ["prettyprint"] }
arrow_ipc = { version = "38.0.0" }
Expand Down Expand Up @@ -162,6 +158,18 @@ tracing_util = { workspace = true }
[build-dependencies]
vergen = { version = "8", default-features = false, features = ["build", "cargo", "git", "gitcl", "rustc"] }

[[bin]]
name = "ceresdb-server"
path = "src/bin/ceresdb-server.rs"

[[bin]]
name = "sst-metadata"
path = "tools/src/bin/sst-metadata.rs"

[[bin]]
name = "sst-convert"
path = "tools/src/bin/sst-convert.rs"

# This profile optimizes for good runtime performance.
[profile.release]
# reference: https://doc.rust-lang.org/rustc/codegen-options/index.html#codegen-units
Expand Down

0 comments on commit 6a37ce2

Please sign in to comment.