[package] name = "backend" version = "0.1.0" authors = ["Nathan Vegdahl "] license = "MIT" [lib] name = "backend" path = "src/lib.rs" [dependencies] ropey = "1" # ropey = { git = "https://github.com/cessen/ropey", branch = "master" } unicode-segmentation = "1.3"