diff options
author | Nadrieril | 2019-12-21 22:16:59 +0000 |
---|---|---|
committer | Nadrieril | 2019-12-21 22:16:59 +0000 |
commit | 8c14a3321f516d9e789671ce64584dafb656473f (patch) | |
tree | 309665a446fb69b2c990766ca0d4183ff8efd178 /dhall_proc_macros/src | |
parent | c9f8500cd7463652e7ccc1be59afa29c484037a3 (diff) |
Prepare for publishing on crates.io
Diffstat (limited to 'dhall_proc_macros/src')
-rw-r--r-- | dhall_proc_macros/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dhall_proc_macros/src/lib.rs b/dhall_proc_macros/src/lib.rs index 5304429..ce2dcdb 100644 --- a/dhall_proc_macros/src/lib.rs +++ b/dhall_proc_macros/src/lib.rs @@ -1,3 +1,4 @@ +#![doc(html_root_url = "https://docs.rs/dhall_proc_macros/0.1.0")] //! This crate contains the code-generation primitives for the [dhall-rust][dhall-rust] crate. //! This is highly unstable and breaks regularly; use at your own risk. //! |