This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
axum
Watch
1
Star
0
Fork
You've already forked axum
0
mirror of
https://github.com/tokio-rs/axum.git
synced
2025-01-05 18:27:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0990e27964
axum
/
Cargo.toml
7 lines
89 B
TOML
Raw
Normal View
History
Unescape
Escape
Move all examples to their own crates (#201) This makes it much clearer which dependencies each example has.
2021-08-18 00:49:01 +02:00
[
workspace
]
Move axum crate into workspace subfolder (#458) * Move axum crate into workspace subfolder Over time I imagine we're gonna have other crates in this repo that provide utilities or integrations for axum. This prepares for that by moving the main axum crate into its own folder. The README situation is a bit annoying because we want `./README.md` for viewing the repo on github but `axum/README.md` for crates.io. For now I've just copy/pasted it and added CI step to make sure they're identical. * update changelog link * Add licenses to all examples * is this how you install `diff`? * or maybe this is how? * fix readme links * like this? * fix cargo-deny step * Try making root readme a symlink * remove compare readme step not needed since readme in repo root is now a symlink * Revert "Add licenses to all examples" This reverts commit ab321b7fb9cd9124400adf10914820d409751740.
2021-11-03 12:38:48 +01:00
members
=
[
"axum"
,
Add `axum-handle-error-extract` crate (#468) * Add `axum-handle-error-extract` crate * fixup * Fix readme link * Add `HandleErrorExt` for new error handling middleware * Revert "fixup" This reverts commit 83e04954df6341131268a9df47fe5b45a0a89ad5.
2021-11-08 19:24:54 +01:00
"axum-handle-error-extract"
,
Move axum crate into workspace subfolder (#458) * Move axum crate into workspace subfolder Over time I imagine we're gonna have other crates in this repo that provide utilities or integrations for axum. This prepares for that by moving the main axum crate into its own folder. The README situation is a bit annoying because we want `./README.md` for viewing the repo on github but `axum/README.md` for crates.io. For now I've just copy/pasted it and added CI step to make sure they're identical. * update changelog link * Add licenses to all examples * is this how you install `diff`? * or maybe this is how? * fix readme links * like this? * fix cargo-deny step * Try making root readme a symlink * remove compare readme step not needed since readme in repo root is now a symlink * Revert "Add licenses to all examples" This reverts commit ab321b7fb9cd9124400adf10914820d409751740.
2021-11-03 12:38:48 +01:00
"examples/*"
,
Percent decode automatically in `extract::Path` (#272) * Percent decode automatically in `extract::Path` Fixes https://github.com/tokio-rs/axum/issues/261 * return an error if path param contains invalid utf-8 * Mention automatic decoding in the docs * Update changelog: This is a breaking change * cleanup * fix tests
2021-10-02 16:04:29 +02:00
]
Reference in a new issue
Copy permalink