summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
blob: e75867e2d81cf59bf75b46a2a2f7af1b59a3ede0 (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.57"

[lib]
doctest = false

[dependencies]
xshell = "0.2.2"