[package] name = "wildkit_lib" version = "0.1.0" description = "A library that integrates several services, meant for students at ETHS." repository = "https://gitlab.spaghet.us/wildkit/libhac" exclude = [ ".vscode", ".gitlab-ci.yml" ] authors = ["Willow Carlson-Huber "] edition = "2018" license = "GPL-3.0-or-later" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] google-classroom1 = "^1.0.14+20200708" clap = "^2.33.3" dotenv = "^0.15.0" rusqlite = "^0.24.0" wildkit_lib_hac = "^0.1.0" [profile.release] lto = true panic = 'abort' codegen-units=1