marker_utils 0.5.0

Marker's standard library for creating lints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "marker_api"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aefd184dcf3b6d6645124126407da51763e9d190966077c8c8f3b7b3c0b3769"

[[package]]
name = "marker_utils"
version = "0.5.0"
dependencies = [
 "marker_api",
]