data generation
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "brc"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
rand_distr = "*"
|
||||
rand = "*"
|
||||
|
||||
[[bin]]
|
||||
name = "generate"
|
||||
path = "src/generate.rs"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
Reference in New Issue
Block a user