[package] name = "riveted" version = "0.0.1" authors = ["Chris Vittal "] edition = "2018" description = "The riveted text editor" license = "GPL-3.0-only" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "riv" path = "src/main.rs" [dependencies] libriveted = { path = "lib", version = "0.0.1" } [workspace] members = [ "lib", ]