add .gitignore and Cargo.toml

Signed-off-by: fqwert <yanglv2@huawei.com>
This commit is contained in:
fqwert
2023-06-20 16:01:36 +08:00
parent ee45c30853
commit 8157fcf21f
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
target
Cargo.lock
+8
View File
@@ -0,0 +1,8 @@
[workspace]
resolver = "2"
members = [
"ylong_ffrt",
"ylong_io",
"ylong_runtime",
"ylong_runtime_macros"
]