add a "solutions" crate with a BigInt class
[rust-101.git] / solutions / Cargo.toml
diff --git a/solutions/Cargo.toml b/solutions/Cargo.toml
new file mode 100644 (file)
index 0000000..8aebfa9
--- /dev/null
@@ -0,0 +1,4 @@
+[package]
+name = "solutions"
+version = "0.1.0"
+authors = ["Ralf Jung <post@ralfj.de>"]