id: added id create for handling ID needs
This commit is contained in:
parent
a5eafc49f5
commit
7851fdae1e
3 changed files with 84 additions and 0 deletions
9
crates/id/Cargo.toml
Normal file
9
crates/id/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue