1
1
Fork 0
mirror of https://github.com/azur1s/bobbylisp.git synced 2024-10-16 02:37:40 -05:00

refactor: remove unused crate

This commit is contained in:
Natapat Samutpong 2022-01-24 04:42:53 +07:00
parent aa4fbf3d3b
commit 6e674fdaa6
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View file

@ -11,12 +11,6 @@ dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
[[package]]
name = "memchr"
version = "2.4.1"
@ -44,6 +38,5 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
name = "vl"
version = "0.1.0"
dependencies = [
"anyhow",
"regex",
]

View file

@ -7,4 +7,3 @@ edition = "2021"
[dependencies]
regex = "1.5.4"
anyhow = "1.0.52"