[package]
name = "libriveted"
version = "0.0.1"
authors = ["Chris Vittal <chris@vittal.dev>"]
edition = "2018"
description = "The riveted text editor (library)"
license = "GPL-3.0-only"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "riveted"
path = "lib.rs"
[dependencies]