summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 2416a198eab997a513bcef42685be8b11fc499d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "joeac-build"
version = "0.1.0"
edition = "2024"

[dependencies]
anyhow = "1.0.102"
dirs = "6.0.0"
git2 = "0.20.4"
is_executable = "1.0.5"
rocket = "0.5.1"
serde = "1.0.228"
toml = "1.1.2"