forked from racer-rust/racer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (27 loc) · 642 Bytes
/
Cargo.toml
File metadata and controls
33 lines (27 loc) · 642 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
[package]
name = "racer-nightly"
version = "2.1.3"
license = "MIT"
description = "Code completion for Rust"
authors = ["Phil Dawes <phil@phildawes.net>", "Yuji Kanagawa <yuji.kngw.80s.revive@gmail.com>"]
homepage = "https://github.com/kngwyu/racer-nightly"
repository = "https://github.com/kngwyu/racer-nightly"
[lib]
name = "racer"
path = "src/racer/lib.rs"
[[bin]]
name = "racer"
path = "src/bin/main.rs"
doc = false
[dependencies]
log = "0.4"
env_logger = "0.5"
cargo = "0.27"
clap = "2.31"
lazy_static = "1.0"
rustc-ap-syntax = "128.0.0"
[dependencies.clippy]
version = "0.0.195"
optional = true
[dev-dependencies]
tempfile = "3.0"