vortaroboto

Log | Files | Refs | README

commit 821d890948e6ea062c42cadf5a01fa6222e09c6c
parent d7db8e7783e3330a9427af2966ee82af236f7a5d
Author: thomas.vigouroux@protonmail.com <thomas.vigouroux@protonmail.com>
Date:   Fri, 17 Dec 2021 12:56:54 +0000

Add cargo config
Diffstat:
A.cargo/config | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.cargo/config b/.cargo/config @@ -0,0 +1,2 @@ +[build] +rustflags = ["--cfg", "tokio_unstable"]