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-02-16 18:31:51 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ab321b7fb9
axum
/
Cargo.toml
6 lines
56 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 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.
2021-11-03 11:40:23 +01:00
members
=
[
"axum"
,
"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