Skip to content
Snippets Groups Projects
Cargo.toml 343 B
Newer Older
  • Learn to ignore specific revisions
  • Russel Arbore's avatar
    Russel Arbore committed
    [workspace]
    
    Aaron Councilman's avatar
    Aaron Councilman committed
    resolver = "2"
    
    Russel Arbore's avatar
    Russel Arbore committed
    members = [
    
    	"hercules_rt",
    
    	"hercules_rt_proc",
    
    Xavier Routh's avatar
    Xavier Routh committed
    	"hercules_test/hercules_interpreter",
    	"hercules_test/hercules_tests",
    	
    
    rarbore2's avatar
    rarbore2 committed
    	"hercules_tools/hercules_driver",
    
    	"hercules_tools/hercules_hbin_dump",
    
    	"juno_frontend",
    
    Aaron Councilman's avatar
    Aaron Councilman committed
    
    
    Xavier Routh's avatar
    Xavier Routh committed
    	#"hercules_samples/matmul",
    	#"hercules_samples/task_parallel"