mirror of
https://github.com/denoland/deno.git
synced 2025-09-21 18:10:02 +00:00
9 lines
208 B
Rust
9 lines
208 B
Rust
// Copyright 2018-2025 the Deno authors. MIT license.
|
|
|
|
#![deny(clippy::print_stderr)]
|
|
#![deny(clippy::print_stdout)]
|
|
#![deny(clippy::unused_async)]
|
|
#![deny(clippy::unnecessary_wraps)]
|
|
|
|
mod ffi;
|
|
pub mod spki;
|