nushell/crates/nu-color-config/Cargo.toml
Darren Schroeder 6700fbeed7
rename update to upsert to mirror what it really does (#4859)
* rename `update` to `upsert` to mirror what it really does

* change to latest reedline and nu-ansi-term
2022-03-16 19:13:34 -05:00

14 lines
339 B
TOML

[package]
name = "nu-color-config"
version = "0.59.1"
edition = "2021"
[dependencies]
nu-protocol = { path = "../nu-protocol", version = "0.59.1" }
nu-ansi-term = "0.45.0"
nu-json = { path = "../nu-json", version = "0.59.1" }
nu-table = { path = "../nu-table", version = "0.59.1" }
serde = { version="1.0.123", features=["derive"] }