aquascope_workspace_utils 0.3.5

Handy utilities for working in the Aquascope workspace
[dependencies.anyhow]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "=1.0.149"

[dependencies.toml]
version = "0.5"

[lib]
name = "aquascope_workspace_utils"
path = "src/lib.rs"

[package]
authors = ["Will Crichton <wcrichto@cs.stanford.edu>", "Gavin Gray <gavinleroy6@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Handy utilities for working in the Aquascope workspace"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "rust-toolchain.toml"]
license = "MIT"
name = "aquascope_workspace_utils"
readme = false
repository = "https://github.com/cognitive-engineering-lab/aquascope"
version = "0.3.5"