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"
|
2021-12-15 14:49:48 -06:00
|
|
|
rust-version = "1.57"
|
2021-07-03 14:11:03 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-03-17 01:53:33 -05:00
|
|
|
xshell = "0.2.1"
|