mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-23 10:28:57 -05:00
14 lines
290 B
TOML
14 lines
290 B
TOML
[package]
|
|
name = "validations"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
regex.workspace = true
|
|
bson.workspace = true
|
|
url.workspace = true |