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