aboutsummaryrefslogtreecommitdiff
path: root/stockton-types/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:18 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:18 +0100
commitc8c5e880781343d72671c231be8e132af5e2f344 (patch)
treed4736c557f0dba0dd667d10c4ad22f22fb2495ad /stockton-types/Cargo.toml
Initial Commit.
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r--stockton-types/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/stockton-types/Cargo.toml b/stockton-types/Cargo.toml
new file mode 100644
index 0000000..af69084
--- /dev/null
+++ b/stockton-types/Cargo.toml
@@ -0,0 +1,9 @@
+[package]
+name = "stockton-types"
+version = "0.1.0"
+authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"]
+edition = "2018"
+
+[dependencies]
+nalgebra = "0.18.0"
+stockton-bsp = "1.0.0" \ No newline at end of file