renaming prototype
to model
This commit is contained in:
parent
ceebbdb200
commit
822da1ceaf
@ -4,11 +4,11 @@ version = "0.1.0"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
prototype = ["parking_lot", "thiserror"]
|
model = ["parking_lot", "thiserror"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
parking_lot = { version = "0.12.1", default-features = false, optional = true }
|
parking_lot = { version = "0.12.1", default-features = false, optional = true }
|
||||||
thiserror = { version = "1.0.38", default-features = false, optional = true }
|
thiserror = { version = "1.0.38", default-features = false, optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tuic = { path = ".", features = ["prototype"] }
|
tuic = { path = ".", features = ["model"] }
|
||||||
|
@ -3,4 +3,4 @@
|
|||||||
pub mod protocol;
|
pub mod protocol;
|
||||||
|
|
||||||
#[cfg(feature = "prototype")]
|
#[cfg(feature = "prototype")]
|
||||||
pub mod prototype;
|
pub mod model;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user