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

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

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