Add axum-extra crate (#536)

* Add `axum-extra` crate

Empty for now but now we have a place to put stuff.

I'll make a PR for moving over https://github.com/davidpdrsn/axum-resource.

* remove `authors` field from `Cargo.toml`s
This commit is contained in:
David Pedersen
2021-11-17 20:00:32 +00:00
committed by GitHub
parent 2bfd51372e
commit a16ea65031
9 changed files with 121 additions and 2 deletions
+1
View File
@@ -100,6 +100,7 @@ jobs:
command: test
args: >
-p axum
-p axum-extra
--all-features --all-targets
# the compiler errors are different on 1.54 which makes
# the trybuild tests in axum-debug fail, so just run the doc