[package] name = "thcon_trait" version = "0.1.0" authors = ["Sean Barag "] description = "Traits used by the `thcon` crate" edition = "2018" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.117", features = ["derive"] }