mirror of
https://github.com/logos-messaging/chat-store.git
synced 2026-07-29 14:33:20 +00:00
* feat: http server for account and keypackages storage * chore: rename package * feat: change to sqlx * smoke test script * chore: use account pub in code * fix dockerfile
11 lines
130 B
Plaintext
11 lines
130 B
Plaintext
# Rust build artifacts
|
|
/target
|
|
|
|
# Local SQLite databases created at runtime
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|