Skip to content

Commit d87e407

Browse files
committed
Use "cargo run"
This avoids complexity and will allow moving to shared CARGO_TARGET_DIR more easily.
1 parent 88a56ea commit d87e407

File tree

5 files changed

+80
-470
lines changed

5 files changed

+80
-470
lines changed

Cargo.lock

Lines changed: 22 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-script"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2018"
55
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
66
description = "Command-line tool to run Rust \"scripts\" which can make use of crates."
@@ -20,13 +20,11 @@ exclude = [
2020
]
2121

2222
[dependencies]
23-
crossbeam-channel = "0.5"
2423
clap = "3.0.0-beta.2"
2524
dirs-next = "2"
2625
env_logger = "0.8"
2726
lazy_static = "1"
2827
log = "0.4"
29-
open = "1"
3028
pulldown-cmark = "0.8"
3129
regex = "1"
3230
serde = { version = "1", features = ["derive"] }

0 commit comments

Comments
 (0)