summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6ce8ec1fc0d89e7fd4ff988861f9d7377463c2e0 (plain)
[workspace]
members = ["alligator_render", "alligator_resources", "alligator_tvg"]
resolver = "2"

[package]
name = "alligator"
version = "0.0.1"
edition = "2021"
rust-version = "1.65"

[dependencies]
alligator_render = { path = "alligator_render" }

[lib]
crate-type = ["cdylib", "lib"]