27 lines
546 B
Plaintext
27 lines
546 B
Plaintext
[package]
|
|
name = "rtx-diffuse"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
rtx-tensor = { path = "../rtx-tensor" }
|
|
rtx-runtime = { path = "../rtx-runtime" }
|
|
rtx-synthesis = { path = "../rtx-synthesis" }
|
|
rtx-polygraph = { path = "../rtx-polygraph" }
|
|
rand = "0.8"
|
|
rand_distr = "0.4"
|
|
nalgebra.workspace = true
|
|
thiserror = "1.0"
|
|
anyhow = "1.0"
|
|
tracing = "0.1"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "diffusion_bench"
|
|
harness = false
|