mirror of
https://github.com/LukasKalbertodt/programmieren-in-rust.git
synced 2024-11-18 02:48:58 +01:00
8 lines
137 B
TOML
Executable File
8 lines
137 B
TOML
Executable File
[package]
|
|
name = "sol2"
|
|
version = "0.1.0"
|
|
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>"]
|
|
|
|
[dependencies]
|
|
num-traits = "0.1"
|