Extract links from message
This commit is contained in:
parent
a1043eafd3
commit
8846234d8d
3 changed files with 19 additions and 5 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -184,6 +184,7 @@ dependencies = [
|
|||
"directories",
|
||||
"edit",
|
||||
"euphoxide",
|
||||
"linkify",
|
||||
"log",
|
||||
"open",
|
||||
"parking_lot",
|
||||
|
|
@ -545,6 +546,15 @@ dependencies = [
|
|||
"vcpkg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "linkify"
|
||||
version = "0.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lock_api"
|
||||
version = "0.4.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue