summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2022-09-03 21:23:44 -0300
committerSoniEx2 <endermoneymod@gmail.com>2022-09-03 21:25:55 -0300
commit19340aea20881674d8d87d63101da19983c64479 (patch)
tree827a8e173237e39a504a7f68b23c6d577c8483e5 /.gitignore
[Project] Serde Transmute
Transmute objects through Serde! This crate allows converting a
value which can be serialized into a type which can be deserialized.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..4fffb2f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+/target
+/Cargo.lock