mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
12 lines
282 B
TOML
12 lines
282 B
TOML
[package]
|
|
name = "oxc_tasks_common"
|
|
version = "0.0.0"
|
|
publish = false
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
project-root = { workspace = true }
|
|
|
|
ureq = { workspace = true, features = ["tls"] }
|
|
url = { workspace = true }
|