-
Notifications
You must be signed in to change notification settings - Fork 6
/
Cargo.toml
37 lines (32 loc) · 1.04 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# @generated by autocargo from //python/errpy:[ffi_ocaml,print_ast,print_cst]
[package]
name = "ffi_ocaml"
version = "0.0.0"
edition = "2021"
repository = "https://github.com/facebook/errpy"
license = "MIT"
[lib]
path = "ffi_ocaml.rs"
test = false
doctest = false
crate-type = ["lib", "staticlib"]
[[bin]]
name = "print_ast"
path = "print_ast.rs"
[[bin]]
name = "print_cst"
path = "print_cst.rs"
[dependencies]
bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
itertools = "0.13.0"
num_enum = "0.5"
ocamlrep = { path = "vendor/ocaml/interop/ocamlrep" }
ocamlrep_ocamlpool = { path = "vendor/ocaml/interop/ocamlrep_ocamlpool" }
phf = { version = "0.11", features = ["macros"] }
regex = "1.9.2"
rust_to_ocaml_attr = { path = "vendor/ocaml/interop/rust_to_ocaml/rust_to_ocaml_attr" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
tree-sitter = "0.20.8"
tree_sitter_python = { path = "vendor/tree-sitter-python" }