Compare commits
No commits in common. "b7853155a7ff63ef9e4b863618c1df05536bba30" and "765d7ea74ccd872083bbdbb48525ed5bfa30cdbc" have entirely different histories.
b7853155a7
...
765d7ea74c
2 changed files with 4 additions and 4 deletions
|
@ -20,5 +20,5 @@ If the AGPL license doesn't suit your needs, a version under more permissive ter
|
||||||
|
|
||||||
## Inspiration & Influences
|
## Inspiration & Influences
|
||||||
|
|
||||||
This crate is inspired by and uses/used [axum-typed-routing](https://lib.rs/crates/axum-typed-routing) & [route_controller](https://lib.rs/crates/route_controller) .
|
This crate is inspired by and uses/used https://lib.rs/crates/axum-typed-routing & https://lib.rs/crates/route_controller .
|
||||||
I basically just merged their public API into a single coherent one to get the best of both worlds.
|
I basically just merged their public API into a single coherent one to get the best of both worlds.
|
||||||
|
|
6
flake.lock
generated
6
flake.lock
generated
|
@ -84,11 +84,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741073343,
|
"lastModified": 1738758495,
|
||||||
"narHash": "sha256-8qmLpDUmaiBGLZkFfVyK5/T5fyTXXGdzCRdqAtO0gf4=",
|
"narHash": "sha256-CZ8T4vP3ag2hwkpSZjatxJb55ouszvmnWw09qxGW9TU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "72bccb2960235fd31de456566789c324a251f297",
|
"rev": "ceaea203f3ae1787b1bd13f021f686391696fc5b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue