From 0807a83ea19a7f2a3084f1850a249b90cb2ebff7 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 03 Dec 2014 02:34:51 +0000 Subject: [PATCH] Shorten crate name --- Cargo.toml | 2 +- tests/test_tree.rs | 4 ++-- 2 file(s) changed, 3 insertion(s)(+), 3 deletion(s)(-) diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "rust_two_three" +name = "two_three" version = "0.0.1" authors = ["Corey Farwell "] diff --git a/tests/test_tree.rs b/tests/test_tree.rs --- a/tests/test_tree.rs +++ b/tests/test_tree.rs @@ -1,6 +1,6 @@ -extern crate rust_two_three; +extern crate two_three; -use rust_two_three::{Node, TTTree, Two, Three, LeafTwo, LeafThree}; +use two_three::{Node, TTTree, Two, Three, LeafTwo, LeafThree}; #[test] -- tangled.sh