From 53bd72abada001fa6323a66da5c6761f6dce5c13 Mon Sep 17 00:00:00 2001 From: Botahamec Date: Sat, 22 Oct 2022 13:23:59 -0400 Subject: Create the Expect type --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..123a1b2 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "exun" +version = "0.1.0" +edition = "2021" +rust-version = "1.56" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[features] +default = ["std"] +std = [] \ No newline at end of file -- cgit v1.2.3