9 lines
230 B
TOML
9 lines
230 B
TOML
[package]
|
|
name = "simcontroller"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
opencv = {version = "0.92.3", features = ["clang-runtime"]}
|
|
thiserror = "1.0.63"
|
|
webots = { git = "https://github.com/katharostech/webots-rust" }
|