monster_maker_core 0.1.2

Core types for the Monster Maker ecosystem.
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 = "hashable_rc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e28bd3b39eac718b37cb313fe83fd2ce7d9b44c9606b60562b54213764091da2"

[[package]]
name = "monster_maker_core"
version = "0.1.2"
dependencies = [
 "hashable_rc",
]