mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
22 lines
381 B
TOML
22 lines
381 B
TOML
[package]
|
|
name = "oxc_tasks_common"
|
|
version = "0.0.0"
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
publish = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
test = false
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
console = { workspace = true }
|
|
|
|
project-root = { workspace = true }
|
|
similar = { workspace = true }
|
|
|
|
ureq = { workspace = true, features = ["json", "tls"] }
|
|
url = { workspace = true }
|