mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
13 lines
194 B
TOML
13 lines
194 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/*",
|
|
"crates/servicepoint_binding_c/examples/lang_c"
|
|
]
|
|
|
|
[workspace.package]
|
|
version = "0.8.0"
|
|
|
|
[workspace.lints.rust]
|
|
missing-docs = "warn"
|