[package] name = "rocket_sync" version = "0.1.1" authors = ["Gambhiro "] edition = "2018" license = "MIT" description = """ A sync track library for the GNU Rocket Editor. See also rocket_client. """ keywords = [ "no_std", ] repository = "https://github.com/plazma-tool/rocket_sync" readme = "README.md" [dependencies] smallvec = "0.4.2"