Dixon/src/rustylee/Cargo.toml
Russell Gilbert d452578afc Sets up initial Rust project with ARM64 deployment
Introduces the `rustylee` Rust project with a basic "Hello, world!" application.
Configures cross-compilation for `aarch64-unknown-linux-gnu` targets using `cargo.toml`.
Adds a deployment script to automate pushing the compiled ARM64 binary to a remote host.
This enables development and deployment of Rust applications for the target environment.
2026-02-25 07:20:14 +00:00

6 lines
79 B
TOML

[package]
name = "rustylee"
version = "0.1.0"
edition = "2024"
[dependencies]