From b041d821bb3ecd06ae067092f7bb8fc88cadc130 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 23 Dec 2018 02:50:54 -0500 Subject: rust 2018 --- Cargo.toml | 1 + src/main.rs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c661230..4094381 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "open-link" version = "0.1.0" authors = ["Jesse Luehrs "] +edition = "2018" [dependencies] linkify = "0.3" diff --git a/src/main.rs b/src/main.rs index a329d16..2eac36a 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,3 @@ -extern crate linkify; -extern crate open; - use std::io::prelude::*; fn read_stdin() -> String { -- cgit v1.2.3-54-g00ecf