[package] name = "bellande_rust_import" version = "0.0.1" edition = "2021" authors = ["Ronaldson Bellande ronaldsonbellande@gmail.com"] description = "Bellande Importer of Rust Modules" license = "GPL-3.0-or-later" [lib] path = "src/bellande_rust_import.rs" [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] }