Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yzernik/opentimestamps-manager
https://github.com/yzernik/opentimestamps-manager
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yzernik/opentimestamps-manager
- Owner: yzernik
- Created: 2022-02-27T10:19:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T10:20:23.000Z (almost 3 years ago)
- Last Synced: 2024-11-15T09:51:03.884Z (3 months ago)
- Language: Rust
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rocket Todo Example
This example makes use of a SQLite database via `diesel` to store todo tasks. As
a result, you'll need to have `sqlite3` and its headers installed:* **OS X:** `brew install sqlite`
* **Debian/Ubuntu:** `apt-get install libsqlite3-dev`
* **Arch:** `pacman -S sqlite`