Import rustc-std-workspace-alloc 1.0.0 upstream upstream/1.0.0
authorDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 8 Mar 2023 06:37:32 +0000 (15:37 +0900)
committerDongHun Kwak <dh0128.kwak@samsung.com>
Wed, 8 Mar 2023 06:37:32 +0000 (15:37 +0900)
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]

diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644 (file)
index 0000000..4075e82
--- /dev/null
@@ -0,0 +1,21 @@
+# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
+#
+# When uploading crates to the registry Cargo will automatically
+# "normalize" Cargo.toml files for maximal compatibility
+# with all versions of Cargo and also rewrite `path` dependencies
+# to registry (e.g. crates.io) dependencies
+#
+# If you believe there's an error in this file please file an
+# issue against the rust-lang/cargo repository. If you're
+# editing this file be aware that the upstream Cargo.toml
+# will likely look very different (and much more reasonable)
+
+[package]
+edition = "2018"
+name = "rustc-std-workspace-alloc"
+version = "1.0.0"
+authors = ["Alex Crichton <alex@alexcrichton.com>"]
+description = "workspace hack"
+license = "MIT/Apache-2.0"
+
+[dependencies]
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644 (file)
index 0000000..777d57d
--- /dev/null
@@ -0,0 +1,9 @@
+[package]
+name = "rustc-std-workspace-alloc"
+version = "1.0.0"
+authors = ["Alex Crichton <alex@alexcrichton.com>"]
+edition = "2018"
+license = 'MIT/Apache-2.0'
+description = 'workspace hack'
+
+[dependencies]
diff --git a/src/lib.rs b/src/lib.rs
new file mode 100644 (file)
index 0000000..e69de29