urlex 0.1.1

Extract URL from stdin and print them to stdout
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "urlex"
version = "0.1.1"
authors = ["Wang Ruochen <wangkevin920@163.com>"]
edition = "2018"
description = "Extract URL from stdin and print them to stdout"
readme = "README.md"
license = "MIT"
repository = "https://github.com/weirane/urlex"
categories = ["command-line-utilities", "url", "url-extract"]
exclude = ["/scripts/**"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.3"
anyhow = "1.0"