2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
nushell/crates/nu-engine/Cargo.toml

15 lines
289 B
TOML
Raw Normal View History

2021-08-11 06:51:08 +12:00
[package]
name = "nu-engine"
version = "0.1.0"
edition = "2021"
2021-08-11 06:51:08 +12:00
[dependencies]
2021-12-02 06:35:32 +00:00
nu-protocol = { path = "../nu-protocol", features = ["plugin"] }
2021-10-09 14:02:01 +13:00
nu-path = { path = "../nu-path" }
2021-10-20 18:58:25 +13:00
itertools = "0.10.1"
2021-12-02 06:35:32 +00:00
chrono = { version="0.4.19", features=["serde"] }
glob = "0.3.0"
2021-12-02 06:35:32 +00:00
[features]
plugin = []