[package]
name = "argus-ext"
version = "0.1.13"
edition = "2021"
authors = ["Gavin Gray <gavinleroy6@gmail.com>"]
repository = "https://github.com/cognitive-engineering-lab/argus"
description = "Trait debugger analysis for IDE interactions."
license = "MIT"
[lib]
doctest = false
[dependencies]
rustc_utils.workspace = true
log.workspace = true
anyhow.workspace = true
fluid-let.workspace = true
itertools = "0.12.0"
smallvec = "1.11.2"
regex = "1.10.5"
[package.metadata.rust-analyzer]
rustc_private = true