[package] name = "aster-rights" version = "0.1.0" edition = "2024" # 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" } [lints] workspace = true