2024-07-01 08:20:24 -04:00
|
|
|
[package]
|
|
|
|
|
name = "uv-scripts"
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
description = "Parse PEP 723-style Python scripts."
|
|
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-01 20:15:32 -04:00
|
|
|
uv-pep440 = { workspace = true }
|
|
|
|
|
uv-pep508 = { workspace = true }
|
|
|
|
|
uv-pypi-types = { workspace = true }
|
2024-08-09 23:11:10 -04:00
|
|
|
uv-settings = { workspace = true }
|
|
|
|
|
uv-workspace = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
|
|
|
|
|
fs-err = { workspace = true, features = ["tokio"] }
|
2024-08-11 03:40:59 +02:00
|
|
|
indoc = { workspace = true }
|
2024-07-01 08:20:24 -04:00
|
|
|
memchr = { workspace = true }
|
|
|
|
|
serde = { workspace = true, features = ["derive"] }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
toml = { workspace = true }
|