This project manages its dependencies using Cargo.
Learn more
Cargo.toml 384 B
[workspace]
resolver = "2"
members = [
"hercules_cg",
"hercules_ir",
"hercules_opt",
"hercules_rt",
"hercules_rt_proc",
"hercules_test/hercules_interpreter",
"hercules_test/hercules_tests",
"hercules_tools/hercules_driver",
#"hercules_tools/hercules_hbin_dump",
"juno_frontend",
"hercules_samples/dot",
"hercules_samples/matmul",
#"hercules_samples/task_parallel"
]