Files
runrs/Cargo.toml

14 lines
293 B
TOML

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