9 lines
162 B
TOML
9 lines
162 B
TOML
|
|
[package]
|
||
|
|
name = "interim-namegen"
|
||
|
|
edition.workspace = true
|
||
|
|
version.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
rand = { workspace = true }
|
||
|
|
thiserror = { workspace = true }
|