aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-06-04 05:00:57 +0200
committerjakobst1n <jakob.stendahl@outlook.com>2024-06-04 05:00:57 +0200
commit6e9628e2d20c09eaeb7eedfe2f7278de0b65a09f (patch)
tree745677d456a80d6e3d3d80d66eea1bf5d0c4b636 /Cargo.toml
downloadtextgraph-6e9628e2d20c09eaeb7eedfe2f7278de0b65a09f.tar.gz
textgraph-6e9628e2d20c09eaeb7eedfe2f7278de0b65a09f.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..eaeeca4
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "textgraph"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]