~/selfhut

selfhut/Cargo.toml -rw-r--r-- 225 B
6c6e1160 — Arthur Melton init 2 years ago
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "git"
version = "0.1.0"
edition = "2021"

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

[dependencies]
git2 = "0.15.0"
markdown = "0.3.0"
rocket = "0.4.11"