aquascope_workspace_utils 0.3.4

Handy utilities for working in the Aquascope workspace
[package]
name = "aquascope_workspace_utils"
authors = [
  "Will Crichton <wcrichto@cs.stanford.edu>",
  "Gavin Gray <gavinleroy6@gmail.com>"
]
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 }