summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/sourcegen/Cargo.toml
blob: d5ea4c39aa175af47a5eb80522a89876f3a459f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "sourcegen"
version = "0.0.0"
description = "TBD"
publish = false

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

[lib]
doctest = false

[dependencies]
xshell.workspace = true

[lints]
workspace = true