Rust: Scaffold Cargo project

This commit is contained in:
Juno Takano 2026-03-24 12:01:19 -03:00
commit bed93fd58c
4 changed files with 25 additions and 0 deletions

7
rust/Cargo.lock generated Normal file
View file

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "tori"
version = "0.8.0"