Break repline into its own repository

This commit is contained in:
2024-09-23 13:37:14 -05:00
parent 384c2af163
commit d1df62533e
3 changed files with 25 additions and 6 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "repline"
repository.workspace = true
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
repository = "https://git.soft.fish/j/Repline"
version = "0.0.7"
authors = ["John Breaux <j@soft.fish>"]
edition = "2021"
license = "MIT"
publish = ["soft-fish"]
[dependencies]
crossterm = { version = "0.27.0", default-features = false }