[package] name = "aquascope_workspace_utils" authors = [ "Will Crichton ", "Gavin Gray " ] version = "0.3.4" license = "MIT" edition = "2021" description = "Handy utilities for working in the Aquascope workspace" repository = "https://github.com/cognitive-engineering-lab/aquascope" include = [ "src/**/*", "Cargo.toml", "rust-toolchain.toml" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] toml = "0.5" anyhow = "1" serde = { workspace = true }