rustlanges-components-core 0.1.0

RustLangES internal core components library
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 = 4

[[package]]
name = "constcat"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d3e02915a2cea4d74caa8681e2d44b1c3254bdbf17d11d41d587ff858832c"

[[package]]
name = "rustlanges-components-core"
version = "0.1.0"
dependencies = [
 "constcat",
]