diff options
author | Tom Smeding <tom@tomsmeding.com> | 2025-01-19 16:22:12 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2025-01-19 16:22:58 +0100 |
commit | 69c079a99436a9ea6b8025de03ae21ebd11e00c9 (patch) | |
tree | dce458d0fdcd11746631e55500ff148843ce89b8 /kaasnoot-server/Cargo.toml | |
parent | 6d70c89a2b45d86cd12a99467d6e1eb4c6328ed7 (diff) |
Move kaasnoot-server to server
Diffstat (limited to 'kaasnoot-server/Cargo.toml')
-rw-r--r-- | kaasnoot-server/Cargo.toml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/kaasnoot-server/Cargo.toml b/kaasnoot-server/Cargo.toml deleted file mode 100644 index f3dd2df..0000000 --- a/kaasnoot-server/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "kaasnoot-server" -version = "0.1.0" -edition = "2021" - -[dependencies] -tokio = { version = "1.43.0", features = ["full"] } -warp = "0.3.7" |