-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
34 lines (31 loc) · 790 Bytes
/
Cargo.toml
File metadata and controls
34 lines (31 loc) · 790 Bytes
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
[package]
name = "topiary-playground"
description = "The WebAssembly code that runs at https://topiary.tweag.io/playground"
categories = ["development-tools", "text-processing", "webassembly"]
keywords = [
"code-formatter",
"formatter",
"text",
"tree-sitter",
"wasm",
"webassembly",
]
version = "0.0.1"
edition = "2021"
authors = ["Tweag"]
homepage = "https://topiary.tweag.io/playground"
repository = "https://github.com/topiary/playground"
documentation = "https://topiary.tweag.io/book"
readme = "README.md"
license = "MIT"
[lib]
crate-type = ["cdylib"]
[dependencies]
topiary-core = "0.5.1"
topiary-config = "0.5.1"
topiary-tree-sitter-facade = "0.5.1"
wasm-bindgen = "=0.2.91"
wasm-bindgen-futures = "=0.4"
[build-dependencies]
itertools = "0.11"
topiary-core = "0.5.1"