X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/177a1f127af6601f373be9742c31351f556633ab..931a4309e60e7a4915cfbf88dee7f0c3e875a63f:/solutions/Cargo.toml diff --git a/solutions/Cargo.toml b/solutions/Cargo.toml new file mode 100644 index 0000000..8aebfa9 --- /dev/null +++ b/solutions/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "solutions" +version = "0.1.0" +authors = ["Ralf Jung "]