mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Integrate with simple Heartbeats
This commit is contained in:
parent
19d466b062
commit
054cbf2dce
8 changed files with 224 additions and 6 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#[macro_use] extern crate log;
|
||||
|
||||
extern crate hbs_pow;
|
||||
extern crate ipc_channel;
|
||||
extern crate libc;
|
||||
#[macro_use]
|
||||
|
@ -21,3 +22,5 @@ extern crate util;
|
|||
|
||||
pub mod mem;
|
||||
pub mod time;
|
||||
|
||||
mod heartbeats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue