Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
STBoyden committed Jan 24, 2022
2 parents 78e9476 + 14b9a17 commit 4041db4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ tokio = { version = "1.14", default-features = false, features = ["net", "rt-mul

[build-dependencies]
chrono = "0.4"
toml = "0.5"
1 change: 1 addition & 0 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ log = { version = "0.4", features = ["release_max_level_warn", "max_level_info"]
simple_logger = { version = "1.15", default-features = false, features = ["colors", "threads"]}
serde = "1.0"
serde_cbor = "0.11"
tokio = { version = "1.14", default-features = false, features = ["net", "rt-multi-thread", "io-util"] }

0 comments on commit 4041db4

Please # to comment.