rome_parser 0.0.1

Shared infrastructure for Rome's parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rome_parser"
version = "0.0.1"
edition = "2021"
authors = ["Rome Tools Developers and Contributors"]
description = "Shared infrastructure for Rome's parser"
repository = "https://github.com/rome/tools"
documentation = "https://rustdocs.rome.tools/rome_parser/index.html"
license = "MIT"


[dependencies]
rome_console = { version = "0.0.1", path = "../rome_console" }
rome_diagnostics = { version = "0.0.1",path = "../rome_diagnostics" }
rome_rowan = { version = "0.0.1",path = "../rome_rowan" }
drop_bomb = "0.1.5"