mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 09:36:06 +00:00
58d2ece88a
* Keep codegen adjacent to the relevant crates. * Remove codgen deps from xtask, speeding-up from-source installation. This regresses the release process a bit, as it now needs to run the tests (and, by extension, compile the code).
14 lines
207 B
TOML
14 lines
207 B
TOML
[package]
|
|
name = "sourcegen"
|
|
version = "0.0.0"
|
|
description = "TBD"
|
|
license = "MIT OR Apache-2.0"
|
|
authors = ["rust-analyzer developers"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
xshell = "0.1"
|