[package] name = "obex" version = "0.2.0" authors = ["Joshua Terrasas "] license = "MIT" description = "A library that handles retrieval, parsing, and updating a copy of the Parallax Obex" homepage = "https://github.com/emiljt/obex_rs" documentation = "https://docs.rs/obex" repository = "https://github.com/emiljt/obex_rs" readme = "README.md" keywords = ["parallax", "obex", "propeller", "basic_stamp"] categories = ["filesystem", "parsing"] edition = "2018" [dependencies] git2 = "^0.13.11"