rer 0.1.0

A rez implementation in rust
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[bin]]
name = "rer"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.4.6"

[package]
authors = ["Philippe Llerena<philippe.llerena@gmail.com>"]
description = "A rez implementation in rust"
edition = "2021"
license-file = "LICENSE"
name = "rer"
readme = "README.md"
repository = "https://github.com/doubleailes/rer"
version = "0.1.0"