[package] name = "rsjsonnet-front" description = "A Jsonnet front end (source loading and error printing) library" keywords = ["jsonnet", "library"] version.workspace = true authors.workspace = true edition.workspace = true rust-version.workspace = true repository.workspace = true license.workspace = true publish.workspace = true [features] default = [] [dependencies] crossterm = { version = "0.28.1", optional = true } sourceannot = "0.2.1" rsjsonnet-lang = { workspace = true }