Skip to content

Commit

Permalink
moves core types to serial-core crate
Browse files Browse the repository at this point in the history
  • Loading branch information
dcuddeback committed Jul 2, 2017
1 parent 67845f3 commit 7da8fd2
Show file tree
Hide file tree
Showing 8 changed files with 1,062 additions and 1,012 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ keywords = ["serial", "hardware", "system", "RS232"]

[dependencies]
libc = "0.2.1"
serial-core = { path = "./serial-core" }

[target.aarch64-unknown-linux-gnu.dependencies]
termios = "0.2.2"
Expand Down
7 changes: 7 additions & 0 deletions serial-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[package]
name = "serial-core"
version = "0.4.0"
authors = ["David Cuddeback <[email protected]>"]

[dependencies]
libc = "0.2"
Loading

0 comments on commit 7da8fd2

Please sign in to comment.