aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: cfc48113b43109392044f945f2a2f7f6cacab0b7 (plain) (tree)
1
2
3
4
5
6
7
8
9




                    
                    
                    
                    
                  
                  
                    
 
 

             


                 
[workspace]
members = [
	"src/util",
	"src/rpc",
	"src/table",
	"src/block",
	"src/model",
	"src/admin",
	"src/api",
	"src/web",
	"src/garage"
]

[profile.dev]
lto = "off"

[profile.release]
debug = true