Add html_root_url

This commit is contained in:
Felix Krull 2019-05-22 18:20:40 +02:00 committed by Colin Walters
parent b24197c251
commit 15c8e6376d

View File

@ -1,3 +1,5 @@
#![doc(html_root_url = "https://fkrull.gitlab.io/ostree-rs")]
extern crate gio_sys;
extern crate glib_sys;
extern crate gobject_sys;