[package] name = "text-editor" version = "0.1.1" edition = "2018" license = "MIT" description = "Real-time collaboration text editor need nightly rustc" repository = "https://github.com/SmiteWindows/text-editor" keywords = ["text", "editor", "git", "collaboration"] categories = ["text-editors", "text-processing"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] small_vec2 = "0.1.1" log = "0.4" futures = "0.3" [dev-dependencies] rand = { version = "0.8.3", features = ["std", "std_rng"] }