[package] name = "kei-gdrive-import" version = "0.1.0" edition = "2021" rust-version = "1.75" description = "Project-folder classifier for one-shot Google Drive → Forgejo import. Detects build manifests (Cargo.toml, package.json, pyproject.toml, go.mod, pom.xml, build.gradle, Gemfile, composer.json) and emits PROJECT/AMBIGUOUS/NOT-A-PROJECT/ALREADY-REPO verdicts." authors = ["Denis Parfionovich "] [lib] name = "kei_gdrive_import" path = "src/lib.rs" [[bin]] name = "kei-gdrive-import" path = "src/main.rs" [dependencies] clap = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } anyhow = { workspace = true }