lol-io 0.0.1

async io that use kernel work queues instead of custom executor
[tasks.build]

clear = true

command = "cargo"

args = ["build"]



[tasks.test-integration]

clear = true

command = "cargo"

args = [

	"test", 

	"--features=tracking", 

	"--", 

	"--nocapture"

]



[tasks.test]

clear = true

run_task = [

	{ name = [ 

		"test-integration",

	]},	 

]