mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 01:17:27 +00:00
9 lines
156 B
TOML
9 lines
156 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_vfs_glob"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
|
|
[dependencies]
|
|
ra_vfs = "0.5.0"
|
|
globset = "0.4.4"
|