mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 10:33:54 +00:00
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
This commit is contained in:
parent
5f1df038fb
commit
76e44ddfd0
54 changed files with 164 additions and 155 deletions
|
@ -1,5 +1,5 @@
|
|||
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
|
||||
use deno::ErrBox;
|
||||
use deno_core::ErrBox;
|
||||
use std::future::Future;
|
||||
use std::net::SocketAddr;
|
||||
use std::net::ToSocketAddrs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue