mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
13 lines
320 B
TOML
13 lines
320 B
TOML
[package]
|
|
name = "nu-color-config"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
# nu-ansi-term = { path = "../nu-ansi-term" }
|
|
nu-ansi-term = "0.42.0"
|
|
nu-json = { path = "../nu-json" }
|
|
nu-table = { path = "../nu-table" }
|
|
|
|
serde = { version="1.0.123", features=["derive"] }
|