mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +00:00
13 lines
211 B
TOML
13 lines
211 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_text_edit"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
text-size = "1.0.0"
|