mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2025-01-19 18:46:40 +00:00
11 lines
174 B
TOML
11 lines
174 B
TOML
|
[package]
|
||
|
name = "validate_package_name"
|
||
|
version = "0.2.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[dependencies]
|
||
|
lazy_static = "1.5.0"
|
||
|
regex = "1.10.5"
|
||
|
thiserror = "1.0.62"
|
||
|
urlencoding = "2.1.3"
|