mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
c3428b891a
- [x] `cargo hack` feature flag compatibility run - [x] reedline released and pinned - [x] `nu-plugin-test-support` added to release script - [x] dependency tree checked - [x] release notes
23 lines
662 B
TOML
23 lines
662 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "Color configuration code used by Nushell"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-color-config"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu-color-config"
|
|
version = "0.92.0"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol", version = "0.92.0" }
|
|
nu-engine = { path = "../nu-engine", version = "0.92.0" }
|
|
nu-json = { path = "../nu-json", version = "0.92.0" }
|
|
nu-ansi-term = { workspace = true }
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
nu-test-support = { path = "../nu-test-support", version = "0.92.0" }
|