We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 5908cd7Copy full SHA for 5908cd7
.gitignore
@@ -0,0 +1,2 @@
1
+target
2
+Cargo.lock
Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+
3
+name = "bashplugin"
4
+version = "0.0.1"
5
+authors = ["Geoffrey Thomas <geofft@ldpreload.com>"]
src/lib.rs
@@ -0,0 +1,3 @@
+#[test]
+fn it_works() {
+}
0 commit comments