28 lines
		
	
	
	
		
			557 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
	
		
			557 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "emgauwa-common"
 | 
						|
version = "0.5.1"
 | 
						|
edition = "2021"
 | 
						|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
 | 
						|
 | 
						|
 | 
						|
[dependencies]
 | 
						|
actix = "0.13"
 | 
						|
actix-web = "4.4"
 | 
						|
 | 
						|
serde = "1.0"
 | 
						|
serde_json = "1.0"
 | 
						|
serde_derive = "1.0"
 | 
						|
serde_with = "3.8"
 | 
						|
 | 
						|
simple_logger = "5.0"
 | 
						|
log = "0.4"
 | 
						|
 | 
						|
config = "0.15"
 | 
						|
 | 
						|
chrono = { version = "0.4", features = ["serde"] }
 | 
						|
 | 
						|
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "macros"] }
 | 
						|
libsqlite3-sys = { version = "*", features = ["bundled"] }
 | 
						|
uuid = { version = "1.8", features = ["v4"] }
 | 
						|
futures = "0.3"
 | 
						|
libc = "0.2"
 |