| [package] | |
| name = "bt-bass" | |
| version = "0.0.1" | |
| edition = "2021" | |
| license = "BSD-2-Clause" | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| bt-common = { path = "../bt-common" } | |
| thiserror = "1.0" |