From 173187f83d58745acff807f6fcc02e0a86916ba0 Mon Sep 17 00:00:00 2001 From: Arav K <8qzqr58nz4x89lqg@bal-e.org> Date: Sat, 6 May 2023 15:47:59 +0200 Subject: [PATCH] setup Cargo --- .gitignore | 2 ++ Cargo.toml | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 Cargo.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fffb2f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/Cargo.lock diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..145a34c --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "sid" +version = "0.1.0" +edition = "2021"