hotswap-runtime 0.2.0

Crate encapsulating the runtime dependencies of hotswap
Documentation
[package]

name = "hotswap-runtime"

version = "0.2.0"

authors = ["Ian Ornelas <ian.orn@gmail.com>"]

description = "Crate encapsulating the runtime dependencies of hotswap"

repository = "https://github.com/draivin/rust-hotswap"

license = "MIT"



[lib]

name = "hotswap_runtime"



[dependencies]

libloading = "0.4"

parking_lot = { version = "0.5.3", features = ["nightly"] }