2023-07-11 18:43:19 +02:00
|
|
|
[package]
|
|
|
|
name = "fj"
|
2023-12-17 06:05:48 +01:00
|
|
|
version = "0.0.1"
|
2023-07-11 18:43:19 +02:00
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-11-27 01:39:25 +01:00
|
|
|
auth-git2 = "0.5.3"
|
2023-07-11 18:43:19 +02:00
|
|
|
clap = { version = "4.3.11", features = ["derive"] }
|
|
|
|
directories = "5.0.1"
|
|
|
|
eyre = "0.6.8"
|
2023-12-17 07:30:22 +01:00
|
|
|
forgejo-api = { git = "https://codeberg.org/Cyborus/forgejo-api.git", rev = "bfb341c3e6" }
|
2023-07-11 18:43:19 +02:00
|
|
|
futures = "0.3.28"
|
2023-07-20 22:06:16 +02:00
|
|
|
git2 = "0.17.2"
|
2023-07-11 19:05:00 +02:00
|
|
|
open = "5.0.0"
|
2023-07-11 18:43:19 +02:00
|
|
|
serde = { version = "1.0.170", features = ["derive"] }
|
|
|
|
serde_json = "1.0.100"
|
|
|
|
soft_assert = "0.1.1"
|
2023-12-17 01:42:38 +01:00
|
|
|
time = { version = "0.3.30", features = ["formatting"] }
|
2023-07-11 18:43:19 +02:00
|
|
|
tokio = { version = "1.29.1", features = ["full"] }
|
|
|
|
url = "2.4.0"
|
2023-12-11 05:59:04 +01:00
|
|
|
uuid = { version = "1.5.0", features = ["v4"] }
|
2023-07-11 18:43:19 +02:00
|
|
|
|