From 47334a6fb4c8421989f1ce387726e06ef458a7d9 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 25 Apr 2022 23:54:08 -0400 Subject: [PATCH] Remove accidental Cargo.toml file --- Cargo.toml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml deleted file mode 100644 index cff4510..0000000 --- a/Cargo.toml +++ /dev/null @@ -1,21 +0,0 @@ -[package] -authors = ["Adrienne Walker ", "Dana Jansens "] -description = "A safe Rust API for the Playdate hand held gaming system." -documentation = "https://docs.rs/craydate" -edition = "2021" -homepage = "https://github.com/danakj/craydate" -license = "MIT/Apache-2.0" -name = "craydate" -repository = "https://github.com/danakj/craydate" -version = "0.1.1" - -[lib] - -[dependencies] -craydate-macro = {git = "https://github.com/danakj/craydate-macro", branch = "main"} -craydate-sys = {git = "https://github.com/danakj/craydate-sys", branch = "main"} -static_assertions = "1" - -[dependencies.euclid] -default-features = false -version = "0.22"