[package] name = "marui" version = "0.2.0" edition = "2021" description = "Find circular imports in a Python project." repository = "https://github.com/jan-krecke/marui" readme = "README.md" authors = ["Jan Krecke "] license = "MIT" keywords = ["python", "cli"] categories = ["development-tools", "command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.1.6", features = ["derive"] }