mogglo-python 0.1.1

Multi-language AST-based code search and rewriting
[dependencies.anyhow]
version = "1"

[dependencies.mogglo]
features = ["cli"]
version = "0.1.1"

[dependencies.tree-sitter-python]
version = "0.20"

[package]
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
description = "Multi-language AST-based code search and rewriting"
edition = "2021"
homepage = "https://github.com/langston-barrett/mogglo"
keywords = ["ast", "codemod", "code-search", "grep", "tree-sitter"]
license = "MIT"
name = "mogglo-python"
readme = "README.md"
repository = "https://github.com/langston-barrett/mogglo"
resolver = "1"
version = "0.1.1"