2021-07-03 14:11:03 -05:00
|
|
|
[package]
|
|
|
|
name = "sourcegen"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 10:49:28 -05:00
|
|
|
edition = "2021"
|
2022-11-07 05:59:51 -06:00
|
|
|
rust-version = "1.65"
|
2021-07-03 14:11:03 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-10 09:30:09 -05:00
|
|
|
xshell = "0.2.2"
|