You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "embed-nu"
|
|
|
|
version = "0.4.0"
|
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
repository = "https://github.com/Trivernis/embed-nu"
|
|
|
|
description = "Embed the nu engine in your rust application"
|
|
|
|
authors = ["trivernis <trivernis@proton.me>"]
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
nu-command = "0.75.0"
|
|
|
|
nu-engine = "0.75.0"
|
|
|
|
nu-parser = "0.75.0"
|
|
|
|
nu-protocol = "0.75.0"
|
|
|
|
paste = "1.0.11"
|
|
|
|
rusty-value = { version = "0.6.0", features = ["derive"] }
|
|
|
|
thiserror = "1.0.38"
|