rust example

This commit is contained in:
Andras Bacsai
2024-07-19 14:50:47 +02:00
parent 1e571dbb76
commit 374ed812ca
5 changed files with 1712 additions and 0 deletions

8
rust/Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "hello"
version = "0.0.0"
edition = "2021"
publish = false
[dependencies]
rocket = "0.5.1"