Initial public release of Warp.
Repo-Sync-Origin: warpdotdev/warp-internal@12af1d983b
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
[package]
|
||||
name = "warp_util"
|
||||
authors = ["Warp Team <dev@warp.dev>"]
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "General utilities and helpers used across warp crates"
|
||||
publish.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
content_inspector = "0.2.4"
|
||||
pathdiff = "0.2.1"
|
||||
rand.workspace = true
|
||||
dirs.workspace = true
|
||||
hex.workspace = true
|
||||
lazy_static.workspace = true
|
||||
mime_guess.workspace = true
|
||||
regex.workspace = true
|
||||
thiserror.workspace = true
|
||||
typed-path.workspace = true
|
||||
dunce.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
pin-project.workspace = true
|
||||
futures-util.workspace = true
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows.workspace = true
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dependencies]
|
||||
gloo.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
warpui.workspace = true
|
||||
Reference in New Issue
Block a user