summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7a1af7be5d2bf8fd0c176862486c243d03f6b5d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "bedrock-core"
version = "5.1.0"
authors = ["Ben Bridle"]
edition = "2021"
description = "Create Bedrock virtual processors and evaluate Bedrock bytecode"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]