Cargo.toml

changeset 0
79c63b4440ee
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Cargo.toml	Tue Dec 08 23:44:49 2020 -0700
@@ -0,0 +1,10 @@
+[package]
+name = "steamid"
+version = "0.1.0"
+authors = ["glitchvid"]
+edition = "2018"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+regex = "1"
\ No newline at end of file

mercurial