Browse Source

Merge pull request #26 from waywardmonkeys/fix-cargo-toml

Use [package] in Cargo.toml
Jan-Erik Rediger 7 years ago
parent
commit
9712efc8eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,4 +1,4 @@
-[project]
+[package]
 
 
 # Project metadata
 # Project metadata
 name = "rbpf"
 name = "rbpf"