14 lines
294 B
TOML
14 lines
294 B
TOML
[package]
|
|
name = "runrs"
|
|
version = "0.1.10"
|
|
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"
|