urlx-cli 0.1.0

urlx — a memory-safe command-line URL transfer tool, drop-in replacement for curl
[package]
name = "urlx-cli"
description = "urlx — a memory-safe command-line URL transfer tool, drop-in replacement for curl"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["cli", "curl", "http", "transfer"]
categories = ["command-line-utilities", "network-programming"]

[[bin]]
name = "urlx"
path = "src/main.rs"

[lints]
workspace = true

[dependencies]
filetime = "0.2"
liburlx = { path = "../liburlx", version = "0.1.0" }