Break repline into its own repository
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user