harn-modules 0.7.26

Cross-file module graph and import resolution utilities for Harn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "harn-modules"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Cross-file module graph and import resolution utilities for Harn"

[dependencies]
harn-lexer = { path = "../harn-lexer", version = "0.7" }
harn-parser = { path = "../harn-parser", version = "0.7" }
serde = { version = "1", features = ["derive"] }
toml = "1.1"

[dev-dependencies]
tempfile = "3"