e_drone 22.6.2

Rust library for BYROBOT Drones.
Documentation
[package]

name = "e_drone"

version = "22.6.2"

authors = ["Sanghyo Lee <ryan@cellaxon.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 = "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"

bench = false



[dependencies]

num_enum = "0.5"

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

byteorder = "1.4"