added metadata

This commit is contained in:
JOLIMAITRE Matthieu 2022-09-25 16:02:35 +02:00
parent e1ac6fa79f
commit 67aa88d38b
3 changed files with 23 additions and 16 deletions

View file

@ -1,24 +1,28 @@
[package]
name = "epitls-pi"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
license = "GPL-3"
description = "A little helper tool meant to ease the developpment of the C piscine at EPITA/Toulouse."
repository = "https://github.com/MajorBarnulf/epitls-pi"
authors = ["JOLIMAITRE Matthieu <matthieu@imagevo.fr>"]
[[bin]]
name = "pi"
path = "src/main.rs"
[dependencies]
chrono = "0.4.22"
clap = { version = "3.2.22", features = ["clap_derive", "derive"] }
diff = "0.1.13"
glob = "0.3.0"
notify = "5.0.0"
notify-debouncer-mini = "0.2.1"
ron = "0.8.0"
serde = { version = "1.0.144", features = ["derive"] }
termion = "1.5.6"
tree-sitter = "0.20.9"
tree-sitter-c = "0.20.2"
chrono = "0.4"
clap = { version = "3.2", features = ["clap_derive", "derive"] }
diff = "0.1"
glob = "0.3"
notify = "5.0"
notify-debouncer-mini = "0.2"
ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
termion = "1.5"
tree-sitter = "0.20"
tree-sitter-c = "0.20"
[profile.release]
lto = true