10 lines
179 B
TOML
10 lines
179 B
TOML
[package]
|
|
name = "sherpa_ros2_pointcloud_downsampling"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
byteorder = "1.5.0"
|
|
futures = "0.3.31"
|
|
itertools = "0.14.0"
|
|
r2r = "0.9.5" |