mogglo-python 0.1.1

Multi-language AST-based code search and rewriting
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mogglo-python"
version = "0.1.1"
edition = "2021"
description = "Multi-language AST-based code search and rewriting"
keywords = ["ast", "codemod", "code-search", "grep", "tree-sitter"]
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
license = "MIT"
readme = "../../README.md"
homepage = "https://github.com/langston-barrett/mogglo"
repository = "https://github.com/langston-barrett/mogglo"

[dependencies]
anyhow = "1"
mogglo = { version = "0.1.1", features = ["cli"], path = "../mogglo" }
tree-sitter-python = "0.20"