add release build action

No longer using `cross`, so Cross.toml is not needed any more.
Instead releases are just built with cargo build --release.
This commit is contained in:
Johann150 2021-02-05 22:42:40 +01:00
parent b6191ccf13
commit 4471607f96
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
5 changed files with 142 additions and 3 deletions

View file

@ -9,7 +9,7 @@ repository = "https://github.com/mbrubeck/agate"
readme = "README.md"
license = "MIT/Apache-2.0"
edition = "2018"
exclude = ["/tools"]
exclude = ["/tools", ".github/", "release.sh"]
[dependencies]
tokio-rustls = "0.22.0"