From 46bc4189182feff7c6fba59a2445a407f8f74fb2 Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sat, 25 Apr 2020 17:04:48 +0800 Subject: [PATCH] Remove old cargo file --- examples/old.Cargo.toml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 examples/old.Cargo.toml diff --git a/examples/old.Cargo.toml b/examples/old.Cargo.toml deleted file mode 100644 index 13a07b3d3fa..00000000000 --- a/examples/old.Cargo.toml +++ /dev/null @@ -1,26 +0,0 @@ -[workspace] -members = [ - "counter", - "crm", - "custom_components", - "dashboard", - "file_upload", - "fragments", - "futures", - "game_of_life", - "inner_html", - "js_callback", - "large_table", - "minimal", - "mount_point", - "multi_thread", - "nested_list", - "node_refs", - "npm_and_rest", - "pub_sub", - "textarea", - "timer", - "todomvc", - "two_apps", - "webgl", -]