summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
blob: 593dc4e55b21bb769bcfe70cfb949e7c8d609040 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "sourcegen"
version = "0.0.0"
description = "TBD"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.65"

[lib]
doctest = false

[dependencies]
xshell = "0.2.2"