aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: d59d9b5e5b160f30b3d2f84ad15a8f02da74a43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gema_texto"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4056ce8c83e74c7f51c4676baea6ac2f2dc508b69d018260b56ed1d618de09e3"

[[package]]
name = "page"
version = "1.4.1"
dependencies = [
 "gema_texto",
 "test_utilities",
]

[[package]]
name = "test_utilities"
version = "1.4.1"