[package] name = "bevy_buttplug" version = "0.1.0" edition = "2021" description = "simple Buttplug integration with bevy" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] buttplug = "7.0" bevy = "0.9" bevy-tokio-tasks = "0.9.2" [[bin]] name = "test" path = "src/bin/test.rs"