18 lines
486 B
TOML
18 lines
486 B
TOML
[package]
|
|
name = "viceroy"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4", features = ["derive"] }
|
|
anyhow = "1.0"
|
|
walkdir = "2.4"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
path_abs = "0.5"
|
|
console = "0.16.3"
|
|
indicator = "0.4.4"
|
|
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", rev = "v0.4.0" }
|
|
ruff_python_ast = { git = "https://github.com/astral-sh/ruff", rev = "v0.4.0" }
|
|
regex = "1.12.3"
|
|
serde_yaml = "0.9.34" |