e_drone 21.3.26

Rust library for BYROBOT Drones.
Documentation
[package]

name = "e_drone"

version = "21.3.26"

authors = ["Sanghyo Lee <realwolfmax@gmail.com>"]

description = "Rust library for BYROBOT Drones."

documentation = "https://docs.rs/e_drone"

homepage = "https://github.com/byrobot-rust/e_drone"

repository = "https://github.com/byrobot-rust/e_drone"

edition = "2018"

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"

bench = false



[dependencies]

num_enum = "0.5.1"

serde = { version = "1.0", features = ["derive"] }

byteorder = "1.4.2"