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.
1 parent 8e0d5ff commit 99854c7Copy full SHA for 99854c7
Cargo.toml
@@ -2,6 +2,11 @@
2
name = "rfvp"
3
version = "0.1.0"
4
edition = "2021"
5
+license = "Apache-2.0"
6
+homepage = "https://github.com/xmoezzz/rfvp"
7
+description = "A Non-Official Rust cross-platform implementation of the FVP engine"
8
+repository = ""
9
+readme = "README.md"
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
README.md
@@ -0,0 +1 @@
1
+# rfvp: A Non-Official Rust cross-platform implementation of the FVP engine
0 commit comments