id: added id create for handling ID needs

This commit is contained in:
Philippe Loctaux 2023-03-05 23:27:34 +01:00
parent a5eafc49f5
commit 7851fdae1e
3 changed files with 84 additions and 0 deletions

9
crates/id/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "id"
version = "0.0.0"
edition = "2021"
[dependencies]
thiserror = { workspace = true }
nanoid = "0.4.0"
nanoid-dictionary = "0.4.3"