aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: d870580ba1aee1e8a1126d83655e37a64f1f3937 (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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bcf376038d369cac5bd10edbfe59b2a5faaa04fd701be3be5bb7ea25dc1e536"

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

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