cratex 0.2.0

execute crates directly
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cratex"
version = "0.2.0"
edition = "2021"
description = "execute crates directly"
license = "MIT"


[dependencies]
beautify = "0.2.0"
indicatif = "0.17.9"
num_cpus = "1.16.0"
tempfile = "3.15.0"

[[bin]]
name = "cratex"
path = "src/main.rs"