15 lines
350 B
TOML
15 lines
350 B
TOML
[package]
|
|
name = "aster-rights"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
typeflags = { path = "../typeflags" }
|
|
typeflags-util = { path = "../typeflags-util" }
|
|
bitflags = "1.3"
|
|
aster-rights-proc = { path = "../aster-rights-proc" }
|
|
|
|
[features]
|