2021-07-03 14:11:03 -05:00
|
|
|
[package]
|
|
|
|
name = "sourcegen"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
2023-12-18 07:54:01 -06:00
|
|
|
publish = false
|
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]
|
2023-11-15 13:12:18 -06:00
|
|
|
xshell.workspace = true
|
2023-12-29 08:22:29 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|