d9aeb582a2
- Fix lints - Formatting pass - Add Cargo.lock Use anyhow to improve error handling Fix errors during directory removal in Windows Update dependencies Switch linux build to musl Switch to musl Set version to 0.4.0 Allow using uid instead of mtime Remove name duplication with runner map Fixing typo
18 lines
313 B
TOML
18 lines
313 B
TOML
[package]
|
|
name = "warp-runner"
|
|
version = "0.4.0"
|
|
authors = ["Diego Giagio <diego@giagio.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
bincode = "1.3"
|
|
dirs = "4.0"
|
|
flate2 = "1.0"
|
|
log = "0.4.5"
|
|
memmem = "0.1.1"
|
|
remove_dir_all = "0.7"
|
|
simple_logger = "4.0"
|
|
tar = "0.4"
|
|
warp-args = { path = "../warp-args" }
|