id: implement rocket FromParam

This commit is contained in:
Philippe Loctaux 2023-03-08 00:15:34 +01:00
parent e04de752ef
commit 7ab34825ad
5 changed files with 28 additions and 2 deletions

View file

@ -7,3 +7,4 @@ edition = "2021"
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"
serde = { version = "1", features = ["derive"] }