diff options
author | Cyborus <cyborus@cyborus.xyz> | 2023-11-29 22:24:28 +0100 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2023-11-30 01:09:15 +0100 |
commit | 09d6765663d4d0f24261389c2499f18a16d499c4 (patch) | |
tree | 476de74c0aa4882ed81c4978d90c4854743de943 /Cargo.toml | |
parent | add user test (diff) | |
download | forgejo-api-09d6765663d4d0f24261389c2499f18a16d499c4.tar.xz forgejo-api-09d6765663d4d0f24261389c2499f18a16d499c4.zip |
add base repo test
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,4 +16,5 @@ time = { version = "0.3.22", features = ["parsing", "serde", "formatting"] } [dev-dependencies] eyre = "0.6.9" -tokio = { version = "1.29.1", features = ["net", "rt", "macros"] } +tokio = { version = "1.29.1", features = ["net", "fs", "rt", "macros"] } +git2 = "0.18.1" |