mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-17 02:08:30 +00:00
13 lines
168 B
TOML
13 lines
168 B
TOML
|
[package]
|
||
|
name = "sourcegen"
|
||
|
version = "0.0.0"
|
||
|
description = "TBD"
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
doctest = false
|
||
|
|
||
|
[dependencies]
|
||
|
xshell = "0.1"
|