ci: add release workflow

This commit is contained in:
ThetaDev 2024-03-22 14:49:12 +01:00
parent c9f86c31f9
commit 9b7bd4c40c
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
4 changed files with 36 additions and 3 deletions

View file

@ -62,6 +62,10 @@ tokio-test = "0.4.2"
insta = { version = "1.17.1", features = ["ron", "redactions"] }
path_macro = "1.0.0"
# Included crates
rustypipe = { path = ".", default-features = false }
rustypipe-downloader = { path = "./downloader", default-features = false }
[features]
default = ["default-tls"]