led/sub_crates/backend/Cargo.toml
2020-01-23 18:47:27 +09:00

15 lines
300 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.3"