blink_runtime 0.1.0

Runtime lib for creating plugins for blink
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "blink_runtime"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Runtime lib for creating plugins for blink"
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true


[dependencies]
blink_core = { version = "0.1.0", path = "../blink_core" }
parking_lot = "0.12"