Skip to content

Commit

Permalink
rename crate as gchemol-lattice
Browse files Browse the repository at this point in the history
  • Loading branch information
ybyygu committed Feb 8, 2020
1 parent 47b2ace commit bafebc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@

# [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*cargo][cargo:1]]
[package]
name = "lattice"
name = "gchemol-lattice"
version = "0.0.4"
edition = "2018"
authors = ["Wenping Guo <ybyygu@gmail.com>"]
description = "Periodic 3D crystal lattice"
homepage = "https://github.com/gchemol/lattice"
repository = "https://github.com/gchemol/lattice"
license = "MIT OR Apache-2.0"

[dependencies]
serde = {version="1", features = ["derive"]}
vecfx = { version="0.0.8", features = ["nalgebra"] }
vecfx = {version="0.0.8", features = ["nalgebra"]}
gchemol-gut = "0.0.7"

[dev-dependencies]
approx = { version = "0.3" }
approx = "0.3"

[features]
# for adhoc hacking
Expand Down
2 changes: 1 addition & 1 deletion tests/basic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// :END:

// [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*basic.rs][basic.rs:1]]
use lattice::Lattice;
use gchemol_lattice::Lattice;

use approx::*;
use vecfx::*;
Expand Down
2 changes: 1 addition & 1 deletion tests/mic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// :END:

// [[file:~/Workspace/Programming/gchemol-rs/lattice/lattice.note::*mic.rs][mic.rs:1]]
use lattice::Lattice;
use gchemol_lattice::Lattice;

use approx::*;
use vecfx::*;
Expand Down

0 comments on commit bafebc0

Please sign in to comment.