diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:13:20 +1200 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-08-30 23:13:44 +1200 |
| commit | e3cb82a3b33bd2a2e49c58ce18d1258fb505869e (patch) | |
| tree | 2375279182fb4f90f5c28560a08cda90591f608b /crates/messenger_common/Cargo.toml | |
Diffstat (limited to '')
| -rw-r--r-- | crates/messenger_common/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crates/messenger_common/Cargo.toml b/crates/messenger_common/Cargo.toml new file mode 100644 index 0000000..d6b44d1 --- /dev/null +++ b/crates/messenger_common/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "messenger_common" +version = "0.1.0" +edition = "2021" + +[dependencies] +time = { features = ["serde-human-readable"], version = "0.3.25" } +thiserror = "1.0.44" +serde = { features = ["derive"], version = "1.0.183" } |