GitHub / xsnippet / xsnippet-api
XSnippet is a simple web-service for sharing code snippets on the Internet.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xsnippet%2Fxsnippet-api
PURL: pkg:github/xsnippet/xsnippet-api
Stars: 2
Forks: 0
Open issues: 0
License: mit
Language: Rust
Size: 1.76 MB
Dependencies parsed at:
265
Created at: about 11 years ago
Updated at: about 1 month ago
Pushed at: about 1 month ago
Last synced at: about 1 month ago
Topics: api, asyncio, python, snippet, xsnippet
.github/workflows/release.yml
actions
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- actions/upload-release-asset v1 composite
- ikalnytskyi/action-setup-postgres v1 composite
- marvinpinto/action-automatic-releases latest composite
.github/workflows/tests.yml
actions
- actions-rs/cargo v1 composite
- actions-rs/toolchain v1 composite
- actions/checkout v2 composite
- actions/checkout v1 composite
- actions/setup-python v2 composite
- ikalnytskyi/action-setup-postgres v1 composite
Cargo.toml
cargo
- tempfile 3.2.0 development
- chrono 0.4.19
- diesel 1.4.5
- jsonwebtoken 7.2.0
- percent-encoding 2.1.0
- rand 0.7.3
- reqwest 0.11.2
- rocket 0.4.10
- rocket_contrib 0.4.10
- serde 1.0
- serde_json 1.0
- tracing 0.1.25
- tracing-subscriber 0.2.16
- uuid 0.8.2
- PyJWT >=2.0.1 test
- SQLAlchemy >=1.4.0 test
- alembic >=1.5.2 test
- cryptography >=3.4.6 test
- gabbi >=2.6.0 test
- psycopg2-binary >=2.8.6 test
- pytest >=6.2.1 test
- requests >=2.25.1 test
Cargo.lock
cargo