ci: add release workflow

This commit is contained in:
ThetaDev 2024-03-22 14:49:12 +01:00
parent 57d5cf16a4
commit 6674c058c2
4 changed files with 36 additions and 3 deletions

View file

@ -39,8 +39,8 @@ rustls-tls-native-roots = [
]
[dependencies]
rustypipe = { path = "../", default-features = false }
rustypipe-downloader = { path = "../downloader", default-features = false }
rustypipe.workspace = true
rustypipe-downloader.workspace = true
reqwest.workspace = true
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
futures.workspace = true