Files
runjs/Cargo.toml
2021-07-20 22:02:33 +08:00

12 lines
261 B
TOML

[package]
name = "runjs"
version = "0.1.0"
edition = "2018"
license = "MIT/Apache-2.0"
description = "Run javaScript Scripts"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]