Skip to content

Commit

Permalink
Add license + dep. version to ffi frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambertz committed Jul 6, 2020
1 parent 793b73a commit 1f2504c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rftrace-frontend-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "rftrace-frontend-ffi"
version = "0.1.0"
authors = ["Thomas Lambertz <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"

keywords = ["tracing", "function", "uftrace", "mcount", "instrumentation"]
Expand All @@ -14,4 +15,4 @@ repository = "https://github.com/tlambertz/rftrace"
crate-type = ["staticlib"]

[dependencies]
rftrace-frontend = {path="../rftrace-frontend"}
rftrace-frontend = {path="../rftrace-frontend", version="0.1"}

0 comments on commit 1f2504c

Please sign in to comment.