mir-codebase 0.2.0

Codebase storage and resolution for the mir PHP static analyzer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name    = "mir-codebase"
description = "Codebase storage and resolution for the mir PHP static analyzer"
version.workspace = true
edition.workspace = true
license.workspace    = true
authors.workspace    = true
repository.workspace = true
homepage.workspace   = true

[dependencies]
mir-types = { workspace = true }
indexmap  = { workspace = true }
dashmap   = { workspace = true }
serde     = { workspace = true }
thiserror = { workspace = true }