mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
10 lines
330 B
TOML
10 lines
330 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "azalea-inventory"
|
|
version = "0.1.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
azalea-core = { version = "0.4.0", path = "../azalea-core" }
|
|
azalea-inventory-macros = { version = "0.1.0", path = "./azalea-inventory-macros" }
|