2021-07-03 14:11:03 -05:00
|
|
|
[package]
|
|
|
|
name = "sourcegen"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
2023-01-16 09:41:47 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 09:33:01 -06:00
|
|
|
rust-version.workspace = true
|
2021-07-03 14:11:03 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-06-10 09:30:09 -05:00
|
|
|
xshell = "0.2.2"
|