~/selfhut

selfhut/Cargo.toml -rw-r--r-- 523 B
7dbdfabf — arthurmelton I did alot, I should have commited more 2 years ago

            
6c6e1160 Arthur Melton
5c44f94c Arthur Melton
6c6e1160 Arthur Melton
ef55c0da arthurmelton
0545f2a7 Arthur Melton
ef55c0da arthurmelton
6c6e1160 Arthur Melton
7dbdfabf arthurmelton
0545f2a7 Arthur Melton
ef55c0da arthurmelton
0545f2a7 Arthur Melton
7dbdfabf arthurmelton
b961c5bf Arthur Melton
0545f2a7 Arthur Melton
7dbdfabf arthurmelton









1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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]
chrono = "0.4.22"
chrono-humanize = "0.2.2"
dirs = "4.0.0"
emojicons = "1.0.1"
git2 = "0.15.0"
humansize = "2.0.0"
lazy_static = "1.4.0"
pulldown-cmark = "0.9.2"
rocket = "0.5.0-rc"
rocket_dyn_templates = {version = "0.1.0-rc.2", features=["handlebars"]}
serde = "1.0.145"
serde_derive = "1.0.145"
syntect = "5.0.0"
toml = "0.5.9"
unix_mode = "0.1.3"