mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
19 lines
No EOL
277 B
TOML
19 lines
No EOL
277 B
TOML
[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 |