[package] name = "rocket_client" version = "0.1.1" authors = ["Gambhiro "] edition = "2018" license = "MIT" description = """ A client library for the GNU Rocket Editor. """ repository = "https://github.com/plazma-tool/rocket_client" readme = "README.md" [dependencies] log = "0.3" env_logger = "0.3" rocket_sync = "0.1.1"