11 lines
183 B
TOML
11 lines
183 B
TOML
[package]
|
|
name = "qroissant-kernels"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lib]
|
|
name = "qroissant_kernels"
|
|
path = "src/lib.rs"
|
|
|