2021-07-03 14:11:03 -05:00
|
|
|
[package]
|
|
|
|
name = "sourcegen"
|
|
|
|
version = "0.0.0"
|
|
|
|
description = "TBD"
|
2024-01-03 03:35:07 -06:00
|
|
|
publish = false
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2021-07-03 14:11:03 -05:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-11-16 14:27:35 -06:00
|
|
|
xshell.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|