summaryrefslogtreecommitdiff
path: root/src/api/auth/device.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove dependency on chronopennae2022-07-251-8/+9
| | | | | | prompted by a cargo audit run. time works just as well and is better maintained. web-push still uses chrono, but from the looks of things it won't be affected.
* make the Clone bytes types Copy as wellpennae2022-07-171-2/+2
| | | | u8 arrays are copy, no need to not have our wrappers be copy.
* initial importpennae2022-07-131-0/+455