diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-08-10 22:56:09 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-08-10 22:56:09 +0200 |
| commit | 44b444e67684b16eb338ef639b46d53c9eb214a1 (patch) | |
| tree | e076948c97bc946262069208f79f5cc06ab1f568 /server/client-lib/Cargo.toml | |
| parent | 71499464dbb279bd268dd2dcd5a653c3a7f50a68 (diff) | |
| download | hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.bz2 hurrycurry-44b444e67684b16eb338ef639b46d53c9eb214a1.tar.zst | |
start with client lib crate
Diffstat (limited to 'server/client-lib/Cargo.toml')
| -rw-r--r-- | server/client-lib/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/client-lib/Cargo.toml b/server/client-lib/Cargo.toml new file mode 100644 index 00000000..6a3e7f98 --- /dev/null +++ b/server/client-lib/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "hurrycurry-client-lib" +version = "0.1.0" +edition = "2021" + +[dependencies] +hurrycurry-protocol = { path = "../protocol" } |