about summary refs log tree commit diff
path: root/pkgs/sternenseemann/rust/Cargo.toml
blob: d008886145512db02b934b4e283f0da2149a880a (plain) (blame)
1
2
3
4
5
6
7
8
9
[package]
name = "temp"
version = "0.1.0"
edition = "2021"

[lib]
path = "temp.rs"

[dependencies]