summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5d822d8530fe35b38c149316e87c1196e511a009 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
version = "4.0.0"
name = "bedrock-core"
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]