python-mod 0.1.0

A macro library for including a Python module in Rust. At this point, very imcomplete.
Documentation
[dependencies.path_macro]
version = "1.0"

[dependencies.proc-macro-error]
version = "1.0.4"

[dependencies.python-ast]
version = "0.1.1"

[dependencies.quote]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "A macro library for including a Python module in Rust. At this point, very imcomplete."
edition = "2021"
license = "Apache-2.0"
name = "python-mod"
readme = "README.md"
repository = "https://github.com/rexlunae/python-mod-rs.git"
version = "0.1.0"