summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 674120a18f2bcf614847fe065d213463c8c42a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "shapi"
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"