[package] name = "calcifer-client" version = "0.1.0" authors = ["Arco Hsieh ", "Rosehsu "] edition = "2018" license = "MIT" keywords = ["api"] description = "The API client for calcifer service" homepage = "https://github.com/WF-Engineering/calcifer-client" repository = "https://github.com/WF-Engineering/calcifer-client" [dependencies] reqwest = { version = "0.10", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"