-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (33 loc) · 837 Bytes
/
Cargo.toml
File metadata and controls
34 lines (33 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[workspace]
members = [
"dds",
"dds_derive",
"dds_gen",
"interoperability_tests",
"shapes_demo",
"shapes_demo/android",
"fuzz",
"bindings/python",
"nostd_test_project",
]
default-members = [
"dds",
"dds_derive",
"dds_gen",
"bindings/python",
"nostd_test_project",
]
resolver = "3"
[workspace.package]
edition = "2024"
rust-version = "1.85"
license = "Apache-2.0"
authors = [
"Joao Rebelo <jrebelo@s2e-systems.com>",
"Stefan Kimmer <skimmer@s2e-systems.com>",
"Pierre Martinet <pmartinet@s2e-systems.com>",
]
homepage = "https://s2e-systems.com/products/dust-dds"
repository = "https://github.com/s2e-systems/dust-dds.git"
keywords = ["dds", "rtps", "middleware", "network", "udp"]
categories = ["api-bindings", "network-programming"]