feat: Add Cargo files, CI, configs and README

This commit is contained in:
Diana Carvalho
2025-01-16 12:53:28 +00:00
parent a2784be122
commit c27b253ef5
17 changed files with 3980 additions and 1 deletions

3
.cargo/config.toml Normal file
View File

@@ -0,0 +1,3 @@
[build]
# this flag is used to build tokio-console correctly.
rustflags = ["--cfg", "tokio_unstable"]