added cargo meta
This commit is contained in:
parent
a32f62847e
commit
dcf2bac9b6
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
name = "prout"
|
name = "prout"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
|
||||||
|
description = "A minimal programming language providing tools to automate file management like backups, building process or unit testing."
|
||||||
|
license = "MIT"
|
||||||
|
repository = "https://github.com/MajorBarnulf/prout"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue