Skip to content

Commit

Permalink
Implement DELETE /api/v1/crates/:crate_id endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 11, 2024
1 parent d12864e commit a666f2e
Show file tree
Hide file tree
Showing 3 changed files with 426 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/controllers/krate.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
mod delete;
pub mod downloads;
pub mod follow;
pub mod metadata;
pub mod owners;
pub mod publish;
pub mod search;
pub mod versions;

pub use delete::delete;
Loading

0 comments on commit a666f2e

Please sign in to comment.