Another project
0

Configure Feed

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

at main 432 B View raw
1[package] 2name = "bone-interop" 3version.workspace = true 4edition.workspace = true 5license.workspace = true 6rust-version.workspace = true 7 8[dependencies] 9bone-types = { workspace = true } 10bone-kernel = { workspace = true } 11bone-document = { workspace = true } 12thiserror = { workspace = true } 13tracing = { workspace = true } 14 15[dev-dependencies] 16slotmap = { workspace = true } 17tempfile = { workspace = true } 18 19[lints] 20workspace = true