updated readmes
This commit is contained in:
parent
e8102f0e72
commit
86bd6fc789
5 changed files with 42 additions and 13 deletions
|
@ -2,9 +2,11 @@
|
|||
name = "labirust-cli"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
license = "MIT"
|
||||
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
||||
description = "A cli to run labirust algorithms."
|
||||
repository = "https://github.com/MajorBarnulf/labirust/"
|
||||
|
||||
[dependencies]
|
||||
labirust = { path = "../labirust" }
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
labirust = "0.3"
|
||||
clap = { version = "3.1", features = ["derive"] }
|
||||
|
|
12
labirust-cli/README.md
Normal file
12
labirust-cli/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# labirust-cli
|
||||
|
||||
## Description
|
||||
|
||||
A cli to run labirust algorithms.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
# through cargo
|
||||
cargo install labirust-cli
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue