[project] name = "are" version = "0.1.0" description = "Android Reverse Engineering Shortcuts" readme = "README.md" requires-python = ">=3.12" dependencies = [ "adbutils>=2.10.2", "tomli-w>=1.2.0", ] [project.scripts] are = "main:main"