servicepoint/Cargo.toml

18 lines
332 B
TOML
Raw Permalink Normal View History

[workspace]
resolver = "2"
members = [
2024-11-09 21:25:46 +01:00
"crates/servicepoint",
"crates/servicepoint_binding_c",
2024-11-02 23:15:54 +01:00
"crates/servicepoint_binding_c/examples/lang_c",
"crates/servicepoint_binding_uniffi"
]
2024-05-26 14:18:02 +02:00
[workspace.package]
2024-11-23 21:20:06 +01:00
version = "0.12.0"
2024-05-28 19:38:43 +02:00
[workspace.lints.rust]
missing-docs = "warn"
2024-11-12 19:37:21 +01:00
[workspace.dependencies]
2024-11-23 21:20:06 +01:00
thiserror = "1.0.69"