[package] name = "pros-sync" version = "0.2.0" edition = "2021" license = "MIT" description = "`SyncRobot` trait and macro for pros-rs" keywords = ["PROS", "Robotics", "vex", "v5"] categories = [ "no-std", "science::robotics", ] repository = "https://github.com/gavin-niederman/pros-rs" authors = [ "pros-rs", "Gavin Niederman ", "doinkythederp ", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] pros-core = { version = "0.1.0", path = "../pros-core" } [lints] workspace = true