diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:18 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:18 +0100 |
commit | c8c5e880781343d72671c231be8e132af5e2f344 (patch) | |
tree | d4736c557f0dba0dd667d10c4ad22f22fb2495ad /stockton-types/Cargo.toml |
Initial Commit.
Diffstat (limited to 'stockton-types/Cargo.toml')
-rw-r--r-- | stockton-types/Cargo.toml | 9 |
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 |