Files
authentik/website/scripts/docsmg/Cargo.toml
Bama 59973d1f06 website/scripts: Add docsmg migration tool (#10658)
* add docsmg tool

* moved to the correct scripts directory

* removed test files
2024-07-26 15:54:41 -05:00

15 lines
326 B
TOML

[package]
name = "docsmg"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.9", features = ["derive", "env"] }
colored = "2.1.0"
lazy_static = "1.5.0"
regex = "1.10.5"
tokio = "1.38.0"