[package] name = "hotswap-runtime" version = "0.2.0" authors = ["Ian Ornelas "] 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"] }