mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Keep dummies in default features for convenience. (#1212)
This commit is contained in:
committed by
GitHub
parent
2f039b3abc
commit
29fd8b55fb
@ -15,3 +15,6 @@ dunce = "1.0.0"
|
||||
getset = "0.0.9"
|
||||
glob = "0.3.0"
|
||||
tempfile = "3.1.0"
|
||||
|
||||
[build-dependencies]
|
||||
nu-build = { version = "0.8.0", path = "../nu-build" }
|
||||
|
3
crates/nu-test-support/build.rs
Normal file
3
crates/nu-test-support/build.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
nu_build::build()
|
||||
}
|
Reference in New Issue
Block a user