feat: migrate to git.batsense.net/realarvinth/actix-web-codegen-const-routes
This commit is contained in:
parent
10c3e63ba2
commit
6669f71c12
3 changed files with 7 additions and 6 deletions
5
.woodpecker.yml
Normal file
5
.woodpecker.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pipeline:
|
||||
backend:
|
||||
image: rust
|
||||
commands:
|
||||
- cargo test --all-features --no-fail-fast
|
|
@ -2,7 +2,7 @@
|
|||
name = "actix-web-codegen-const-routes"
|
||||
version = "0.1.0"
|
||||
description = "Routing and runtime macros for Actix Web with support for const routes"
|
||||
repository = "https://github.com/actix/actix-web.git"
|
||||
repository = "https://git.batsense.net/realaravinth/actix-web-codegen-const-routes"
|
||||
authors = [
|
||||
"Nikolay Kim <fafhrd91@gmail.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
|
|
|
@ -6,16 +6,12 @@
|
|||
<strong>Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen</strong>
|
||||
</p>
|
||||
|
||||
[](https://realaravinth.github.io/actix-web-codegen-const-routes/cache_buster/index.html)
|
||||
/badge.svg>)
|
||||
[](https://deps.rs/repo/github/realaravinth/actix-web-codegen-const-routes)
|
||||
[](https://codecov.io/gh/realaravinth/actix-web-codegen-const-routes)
|
||||
|
||||
</div>
|
||||
|
||||
## Documentation & Resources
|
||||
|
||||
- [API Documentation](https://docs.rs/actix-web-codegen) TODO: replace with fork's documentation link
|
||||
- [API Documentation](https://docs.rs/actix-web-codegen-const-routes) TODO: replace with fork's documentation link
|
||||
- Minimum Supported Rust Version (MSRV): 1.54
|
||||
|
||||
## Compile Testing
|
||||
|
|
Loading…
Add table
Reference in a new issue