mirror of https://github.com/aldy505/Nanoid.jl.git
17 lines
312 B
TOML
17 lines
312 B
TOML
name = "Nanoid"
|
|
uuid = "649b5ee6-231f-4350-86a5-2b05c0e3780e"
|
|
authors = ["Reinaldy Rafli <aldy505@tutanota.com> and contributors"]
|
|
version = "0.1.0"
|
|
|
|
[deps]
|
|
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
|
|
|
[compat]
|
|
julia = "1.5"
|
|
|
|
[extras]
|
|
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
|
|
|
[targets]
|
|
test = ["Test"]
|