1
Fork 0
cruisecontrol/simcontroller/Cargo.toml
2024-09-10 21:04:53 -04:00

10 lines
254 B
TOML

[package]
name = "simcontroller"
version = "0.1.0"
edition = "2021"
[dependencies]
const-tweaker = "0.3.1"
opencv = {version = "0.92.3", features = ["clang-runtime"]}
thiserror = "1.0.63"
webots = { git = "https://github.com/katharostech/webots-rust" }