diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-09-20 19:21:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-20 19:21:18 +0100 |
commit | 07bbe57fefdf8d7041c8bdeb0f3feb7ca567c43b (patch) | |
tree | 9ff293372da017d6230569b9c0d2e1a18ea5c049 /crates/ra_ide_api/Cargo.toml | |
parent | 7d6c3de890744a143ab2086a79f21fe4ff06008a (diff) | |
parent | 4d814322132467694e4a38f6b7de50e57f7daf55 (diff) |
Merge #1888
1888: allow compiling ra_ide_api on wasm r=matklad a=matklad
bors r+
this is from #1746
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/Cargo.toml')
-rw-r--r-- | crates/ra_ide_api/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ra_ide_api/Cargo.toml b/crates/ra_ide_api/Cargo.toml index 000694620..6bbf9d5dd 100644 --- a/crates/ra_ide_api/Cargo.toml +++ b/crates/ra_ide_api/Cargo.toml | |||
@@ -4,6 +4,9 @@ name = "ra_ide_api" | |||
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | 6 | ||
7 | [features] | ||
8 | wasm = [] | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | format-buf = "1.0.0" | 11 | format-buf = "1.0.0" |
9 | itertools = "0.8.0" | 12 | itertools = "0.8.0" |