| 1 | [package] |
| 2 | name = "deepseek-state" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | repository.workspace = true |
| 7 | description = "Session/thread persistence and recovery model for DeepSeek workspace architecture" |
| 8 | |
| 9 | [dependencies] |
| 10 | anyhow.workspace = true |
| 11 | chrono.workspace = true |
| 12 | dirs.workspace = true |
| 13 | rusqlite.workspace = true |
| 14 | serde.workspace = true |
| 15 | serde_json.workspace = true |
| 16 |