summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
blob: fb2b9ebef506df24dcdcb8af2f1593883a7a8832 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sourcegen"
version = "0.0.0"
description = "TBD"

authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true

[lib]
doctest = false

[dependencies]
xshell = "0.2.2"