summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2024-05-22 22:54:50 +0200
committerJulian T <julian@jtle.dk>2024-05-22 22:54:50 +0200
commitdd11cf4ab199e5d53d03dc95b24007a12727ad70 (patch)
tree710f94ac775ac8e3d279f40638034b847516f0e3 /Cargo.toml
parent829cbaf2d0fe95abc9c65b1e34e209fc32952805 (diff)
Start goprojekt istedet
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/Cargo.toml b/Cargo.toml
deleted file mode 100644
index cfe8bb4..0000000
--- a/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "tidsreg"
-version = "0.1.0"
-edition = "2021"
-
-[dependencies]
-tokio = { version="1", features=["full"] }
-crossterm = "0.27.0"
-ratatui = "0.26.2"
-sqlx = { version = "0.7", features = ["runtime-tokio", "sqlite"] }
-
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html