[package] name = "lib_sens" version = "0.1.4" authors = ["buckn "] edition = "2018" description = "A Rust crate that converts sensitivities between video games and synchronizes them to configuration files." repository = "https://github.com/buckn/lib_sens" license = "Apache-2.0" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" typetag = "0.1.4" dirs = "2.0.2"