diff --git a/crates/panda3d/Cargo.toml b/crates/panda3d/Cargo.toml index 06b310c..bad6618 100644 --- a/crates/panda3d/Cargo.toml +++ b/crates/panda3d/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true repository.workspace = true [dependencies] -orthrus-core = { version = "0.2.0", path = "../core", features = ["certificate"] } +orthrus-core = { version = "0.2.0", path = "../core", features = ["certificate", "time"] } snafu = { version = "0.8", default-features = false }