[package] name = "e_drone_sp" version = "22.4.1" authors = ["Sanghyo Lee "] description = "Rust library for BYROBOT Drones." documentation = "https://docs.rs/e_drone_sp" homepage = "https://github.com/byrobot-rust/e_drone_sp" repository = "https://github.com/byrobot-rust/e_drone_sp" edition = "2021" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "e_drone_sp" bench = false [dependencies] serialport="4.0.1" e_drone="22.*" chrono="0.4.*"