Skip to content

Commit

Permalink
move to a lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirn committed Aug 7, 2023
1 parent cd47c2b commit 1ac0676
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ homepage = "https://github.com/iopsystems/rpc-perf"
repository = "https://github.com/iopsystems/rpc-perf"
license = "MIT OR Apache-2.0"

[lib]
name = "rpcperf_lib"
path = "src/lib.rs"

[[bin]]
name = "rpc-perf"
path = "src/main.rs"

[dependencies]
ahash = "0.8.3"
async-channel = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
mod dataspec;
pub mod dataspec;

0 comments on commit 1ac0676

Please sign in to comment.