[package] name = "readline_rs_compat" version = "0.1.9" authors = ["Mark Thom "] links = "readline" build = "build.rs" description = "A minimal readline library wrapper for the Rust programming language." license = "BSD-3-Clause" [dependencies] libc = "0.2.51"