[package] name = "ft-api" version = "0.1.0" authors = ["Abrar "] edition = "2018" description = "api client to interact with fifthtry over http" license = "MIT" repository = "https://github.com/fifthtry/ft-cli" homepage = "https://www.fifthtry.com/fifthtry/ft-sync/" [dependencies] serde_json = "1.0" serde = "1.0" serde_derive = "1.0" chrono = { version = "0.4", features = ["serde"] } maplit = "1" realm-client = { path = "../realm-client", version = "0.1.0" }