# Copyright lowRISC contributors. | |
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
# SPDX-License-Identifier: Apache-2.0 | |
[package] | |
name = "opentitantool_derive" | |
version = "0.1.0" | |
authors = ["lowRISC contributors"] | |
edition = "2018" | |
[lib] | |
proc-macro = true | |
[dependencies] | |
proc-macro2 = "1.0" | |
proc-macro-error = "1.0" | |
quote = "1.0" | |
syn = "1.0" |