summaryrefslogtreecommitdiffstats
path: root/src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
blob: 0514af8e7839f3f00d60553051cefc1fc1e9e78e (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.workspace = true