Another project
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 641 B View raw
1[package] 2name = "bone-kernel" 3version.workspace = true 4edition.workspace = true 5license.workspace = true 6rust-version.workspace = true 7 8[dependencies] 9blake3 = { workspace = true } 10bone-types = { workspace = true } 11ron = { workspace = true } 12serde = { workspace = true } 13slotmap = { workspace = true } 14thiserror = { workspace = true } 15truck-meshalgo = { version = "=0.4.0", default-features = false, features = ["tessellation"] } 16truck-modeling = "=0.6.0" 17truck-stepio = "=0.3.0" 18truck-topology = "=0.6.0" 19uom = { workspace = true } 20 21[dev-dependencies] 22insta = { workspace = true } 23proptest = { workspace = true } 24 25[lints] 26workspace = true