Skip to content

Commit c3d10b5

Browse files
committed
Implement DELETE /api/v1/crates/:crate_id endpoint
1 parent d99c8cd commit c3d10b5

File tree

3 files changed

+442
-1
lines changed

3 files changed

+442
-1
lines changed

src/controllers/krate.rs

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
mod delete;
12
pub mod downloads;
23
pub mod follow;
34
pub mod metadata;
45
pub mod owners;
56
pub mod publish;
67
pub mod search;
78
pub mod versions;
9+
10+
pub use delete::delete;

0 commit comments

Comments
 (0)