[package]
name = "alshdavid_test"
version = "0.0.1"
edition = "2021"
authors = ["alshdavid"]
repository = "https://github.com/alshdavid/mach"
description = "Bundler For The Modern Web"
license = "MIT"

[lib]
path = "crate/lib.rs"

# [[bin]]
# name = "nodejs_runtime"
# path = "crate/main.rs"

[dependencies]
anyhow = "^1.0.0"
libloading = "^0.8.0"

[build-dependencies]
cc = "^1.2.0"