aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: ba28a7b9043e3c6954f5a6ea4d3477055e5370d8 (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 = "2.0.0"
dependencies = [
 "gema_texto",
 "test_utilities",
]

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