mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-04 00:29:11 +02:00
13 lines
165 B
TOML
13 lines
165 B
TOML
[package]
|
|
name = "unsafe-rust"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
tempfile = "3.17.1"
|
|
|
|
[[bin]]
|
|
name = "listdir"
|
|
path = "exercise.rs"
|