2024-05-07 01:24:48 +00:00
|
|
|
[package]
|
|
|
|
name = "git_hosting_providers"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
publish = false
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "src/git_hosting_providers.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow.workspace = true
|
|
|
|
async-trait.workspace = true
|
|
|
|
futures.workspace = true
|
|
|
|
git.workspace = true
|
|
|
|
gpui.workspace = true
|
2024-07-23 22:01:05 +00:00
|
|
|
http_client.workspace = true
|
2024-05-07 01:24:48 +00:00
|
|
|
regex.workspace = true
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
url.workspace = true
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
unindent.workspace = true
|
|
|
|
serde_json.workspace = true
|
|
|
|
pretty_assertions.workspace = true
|