1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
env_files = [ {path = "./.env"}, ] [config] default_to_workspace = false [env] RUST_BACKTRACE = "1" RUST_LOG = "deribit=debug" [tasks.test] clear = true script = "cargo test ${@}" [tasks.run] script = "cargo run ${@}"