mirror of
https://github.com/SkyfallWasTaken/dinopkg.git
synced 2024-11-10 14:09:39 +00:00
10 lines
174 B
TOML
10 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"
|