* add docsmg tool * moved to the correct scripts directory * removed test files * added install script and readme draft to docsmg * fix install script * fixed issues * Revert "fixed issues" This reverts commita51192025f. * Revert "Revert "fixed issues"" This reverts commitab68918fea. * added dotenv and updated readme * fixed install script
14 lines
305 B
TOML
14 lines
305 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"
|
|
dotenv = "0.15.0"
|
|
tokio = "1.38.0"
|