forked from extern/nushell
Add nu-protocol
This commit is contained in:
8
crates/nu-command/Cargo.toml
Normal file
8
crates/nu-command/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "nu-command"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
0
crates/nu-command/src/length.rs
Normal file
0
crates/nu-command/src/length.rs
Normal file
7
crates/nu-command/src/lib.rs
Normal file
7
crates/nu-command/src/lib.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user