minici 0.1.0

Watch repos and do things.
[package]
name = "minici"
version = "0.1.0"
edition = "2021"
description = "Watch repos and do things."
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
git2 = "0.18.1"
tokio = { version = "1.32.0", features = ["full"] }
uuid = { version = "1.4.1", features = ["v4"] }

[profile.release]
lto = true