Add missing documentation
This commit is contained in:
parent
a6b2d8eef7
commit
c5ebe776ce
@ -1,3 +1,8 @@
|
|||||||
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
|
//! A command-line tool to embed images into mp3 files. The real work is done by the "id3" crate,
|
||||||
|
//! but this project makes it easier to deal with embedded cover art in particular.
|
||||||
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
use anyhow::anyhow;
|
use anyhow::anyhow;
|
||||||
|
Loading…
Reference in New Issue
Block a user