[package] name = "foxy_types" version = "0.2.0" edition = "2021" authors = ["Gabriel Lugo "] repository = "https://github.com/GTLugo/foxy" license = "MIT OR Apache-2.0" readme = "README.md" description = "Types for `foxy`" keywords = ["foxy"] categories = ["data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" anyhow = "1.0" tracing = "0.1"