with split bins poc
This commit is contained in:
11
pocs/split_bins/split_bins_cli/Cargo.toml
Normal file
11
pocs/split_bins/split_bins_cli/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "split_bins_cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0.62", features = ["backtrace"] }
|
||||
ipc-channel = "0.16.0"
|
||||
serde = { version = "1.0.143", features = ["derive"] }
|
Reference in New Issue
Block a user