|
[package]
|
|
name = "mabelabrs-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "Core traits and data structures for MabeLabRS"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
thiserror = "1.0"
|
|
rand_chacha = "0.3"
|
|
|