drone-fatfs-raw 0.2.3

Bindings to ChaN's FatFs.
Documentation
[package]
name = "drone-fatfs-raw"
version = "0.2.3" # remember to update html_root_url
authors = ["Valentine Valyaeff <valentine.valyaeff@gmail.com>"]
description = "Bindings to ChaN's FatFs."
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/centosa/drone-fatfs"

[lib]
path = "lib.rs"

[features]
default = []
readonly = []
mkfs = []
trim = []
lfn = []

[dependencies.drone-ctypes]
version = "0.8"
path = "../../../drone-os/drone-core/ctypes"

[build-dependencies]
bindgen = "0.37"
cc = "1"