Files
onspring-api-sdk-rust/.gitignore
T
Stevan Freeborn 7f2209af1c feat: add project scaffold with core client, error types, and models
Set up Cargo.toml with dependencies (reqwest, serde, thiserror, tokio,
uuid, chrono). Implement OnspringClient with builder pattern and HTTP
helper methods. Define error types, enums, and paging models.
2026-03-25 13:34:02 -05:00

6 lines
36 B
Plaintext

/target
Cargo.lock
*.swp
*.swo
.env