build(docker): add Dockerfile

This commit is contained in:
Matthieu Bessat 2024-12-03 23:58:20 +01:00
parent 0243535469
commit 23f12904cc
7 changed files with 77 additions and 12 deletions

View file

@ -1,9 +1,11 @@
cargo-features = ["codegen-backend"]
# cargo-features = ["codegen-backend"]
[profile.dev]
codegen-backend = "cranelift"
# [profile.dev]
# codegen-backend = "cranelift"
# # END OF
[workspace]
resolver = "2"
members = [
"lib/kernel",
"lib/utils",
@ -26,7 +28,7 @@ url = "2.5.3"
argh = "0.1"
# Async
tokio = { version = "1.40.0", features = ["rt-multi-thread"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] }
# Logging
log = "0.4"