| 1 | [package] |
| 2 | name = "bits" |
| 3 | version = "0.1.0" |
| 4 | authors = ["Paolo Bonzini <pbonzini@redhat.com>"] |
| 5 | description = "const-friendly bit flags" |
| 6 | resolver = "2" |
| 7 | publish = false |
| 8 | |
| 9 | edition.workspace = true |
| 10 | homepage.workspace = true |
| 11 | license.workspace = true |
| 12 | repository.workspace = true |
| 13 | rust-version.workspace = true |
| 14 | |
| 15 | [dependencies] |
| 16 | qemu_macros = { path = "../qemu-macros" } |
| 17 | |
| 18 | [lints] |
| 19 | workspace = true |