mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 00:43:33 +01:00
Move rustyline dep back to crates
This commit is contained in:
parent
2d44b7d296
commit
fd92271884
@ -14,7 +14,7 @@ documentation = "https://book.nushell.sh"
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustyline = { git = "https://github.com/kkawakam/rustyline.git" }
|
rustyline = "5.0.4"
|
||||||
chrono = { version = "0.4.9", features = ["serde"] }
|
chrono = { version = "0.4.9", features = ["serde"] }
|
||||||
derive-new = "0.5.8"
|
derive-new = "0.5.8"
|
||||||
prettytable-rs = "0.8.0"
|
prettytable-rs = "0.8.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user