mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
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:
parent
b6191ccf13
commit
4471607f96
5 changed files with 142 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue