This project manages its dependencies using Cargo.
Learn more
Cargo.toml 322 B
[package]
name = "juno_build"
version = "0.1.0"
authors = ["Aaron Councilman <aaronjc4@illinois.edu>"]
edition = "2021"
[features]
cuda = ["juno_frontend/cuda"]
[dependencies]
juno_frontend = { path = "../juno_frontend", default-features = false }
hercules_ir = { path = "../hercules_ir" }
with_builtin_macros = "0.1.0"