about summary refs log tree commit diff
path: root/parrot_module/Cargo.toml
blob: f4ced8e0d238436e95db8de85df93459e804151a (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "parrot_module"
version = "0.1.0"
edition = "2024"

[lib]
name = "parrot"
crate-type = ["cdylib"]

[dependencies]