Logiciel de pharmacie
Go to file
2024-07-24 11:58:03 +02:00
crates fix: revert back to crates dir layout 2024-07-24 11:58:03 +02:00
scripts feat: restructure project, implement askama templating 2024-07-23 20:08:45 +02:00
.gitignore fix: remove useless gitignore files 2024-07-24 11:23:41 +02:00
Cargo.lock fix: revert back to crates dir layout 2024-07-24 11:58:03 +02:00
Cargo.toml fix: revert back to crates dir layout 2024-07-24 11:58:03 +02:00
README.md feat: restructure project, implement askama templating 2024-07-23 20:08:45 +02:00

Krys4lide

Logiciel de Pharmacie libre et open-source.

Crates

  • clego: Axum backend lib for tauri client. Can be used as a lib or started as a web server.
  • tauri: Tauri app for desktop client.

Development

Install

cargo install tauri-cli

Run desktop client app

cargo tauri dev

Run clego endpoint

cargo run --bin clego

Bundle desktop client app

cargo tauri build