Skip to content

Commit

Permalink
update crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
ybyygu committed Dec 11, 2019
1 parent b2c9c7b commit e3bed00
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

# [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*cargo][cargo:1]]
[package]
name = "gchemol-lattice"
name = "gchemol_lattice"
version = "0.0.1"
edition = "2018"
authors = ["Wenping Guo <ybyygu@gmail.com>"]

[dependencies]
#vecfx = { path = "../vecfx", features = ["nalgebra"] }
vecfx = { git = "https://github.com/gchemol/vecfx.git", features = ["nalgebra"], branch = "dev" }
guts = { git = "https://github.com/ybyygu/guts.git" }
serde = {version="1", features = ["derive"]}
vecfx = { git = "https://github.com/gchemol/vecfx.git", features = ["nalgebra"] }
guts = { git = "https://github.com/ybyygu/guts.git" }

[dev-dependencies]
approx = "*"
Expand Down

0 comments on commit e3bed00

Please sign in to comment.