| Crates.io | fricon |
| lib.rs | fricon |
| version | 0.1.0-alpha |
| created_at | 2025-01-15 07:19:49.896045+00 |
| updated_at | 2025-01-15 07:19:49.896045+00 |
| description | Fridge controller. |
| homepage | |
| repository | https://github.com/kahojyun/fricon |
| max_upload_size | |
| id | 1517202 |
| size | 405,153 |
10 mK fridge controller.
Stable Rust toolchain
Protobuf compiler:
brew install protobuf # Mac
pacman -S protobuf # Arch
scoop install protobuf # Windows
Sqlite3
sqlx-cli
brew install sqlx-cli # Mac
pacman -S sqlx-cli # Arch
cargo install sqlx-cli
.env file
DATABASE_URL=sqlite://.dev/testdb.sqlite3
Local .dev folder should be ignored
*
Setup development database
sqlx db setup
fricon is distributed under the terms of the
MIT OR
Apache-2.0 license.