led/sub_crates/backend/Cargo.toml
Nathan Vegdahl f94fc0408f Updated most dependencies to latest version.
Holding off on smallvec since there's an API break.
2020-01-23 18:57:34 +09:00

15 lines
298 B
TOML

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