[package] name = "rustygetdata" version = "0.1.0" authors = ["Emaad Paracha "] edition = "2021" description = "A Rust Wrapper for the GetData Library - Used to access, read, write, and work with Dirfiles." license = "LGPL-2.1" repository = "https://github.com/emaadparacha/rustygetdata" build = "build.rs" [dependencies] libc = "0.2" # Required for handling C pointers and bindings