diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-12-21 14:57:59 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-12-21 14:57:59 +0100 |
| commit | 3010daec061acd4ee88266a759abab0ac18cd100 (patch) | |
| tree | fcfd54fd3ac38fc35d8facc0bea6e655a458d911 /server/Cargo.toml | |
Initial commit
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml new file mode 100644 index 0000000..b1a4d08 --- /dev/null +++ b/server/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "eyeballs" +version = "0.1.0" +edition = "2021" + +[dependencies] +rocket = { version = "0.5.1", features = ["json"] } +serde = { version = "1.0", features = ["derive"] } |
