Skip to content

Commit

Permalink
Include README in cargo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Kishimoto committed Nov 10, 2022
1 parent 24381f4 commit a7c47bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// Copyright (c) 2022 Yuki Kishimoto
// Distributed under the MIT software license

#![doc = include_str!("../README.md")]

#[macro_use]
extern crate serde;

Expand Down

0 comments on commit a7c47bc

Please sign in to comment.