26 lines
585 B
TOML
26 lines
585 B
TOML
[package]
|
|
name = "runrs"
|
|
version = "1.1.1"
|
|
edition = "2018"
|
|
license = "MIT/Apache-2.0"
|
|
description = "A Tool for Run Rust Scripts"
|
|
readme = "README.md"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
default = ["switch-rust-lang"]
|
|
switch-rust-lang = []
|
|
switch-go-lang = []
|
|
switch-ts-lang = []
|
|
switch-dart-lang = []
|
|
|
|
[dependencies]
|
|
reqwest = { version = "0.12", features = ["blocking"] }
|
|
rust_util = "0.6"
|
|
sha256 = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
argh = "0.1"
|
|
script-sign = "0.1"
|