Add integration test for lib injection
This commit is contained in:
14
tests/mybin/Cargo.lock
generated
Normal file
14
tests/mybin/Cargo.lock
generated
Normal file
@@ -0,0 +1,14 @@
|
||||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "mybin"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"mylib",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "mylib"
|
||||
version = "0.1.0"
|
Reference in New Issue
Block a user